From 2df9cf296447c7f58f338340bf463584244bf4d4 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 29 Sep 2011 21:48:20 +0200 Subject: disable loading m3u/pls playlist using "open file(s)/folder(s)", always using Open Playlist from now --- playlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index bc395e50..613e1554 100644 --- a/playlist.c +++ b/playlist.c @@ -1470,7 +1470,7 @@ plt_insert_file (playlist_t *playlist, playItem_t *after, const char *fname, int else { fn++; } - +#if 0 // detect pls/m3u files // they must be handled before checking for http://, // so that remote playlist files referenced from other playlist files could @@ -1482,6 +1482,7 @@ plt_insert_file (playlist_t *playlist, playItem_t *after, const char *fname, int return plt_insert_pls (playlist, after, fname, pabort, cb, user_data); } +#endif // add all posible streams as special-case: // set decoder to NULL, and filetype to "content" -- cgit v1.2.3