summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-09-29 21:48:20 +0200
committerGravatar waker <wakeroid@gmail.com>2011-09-29 21:48:20 +0200
commit2df9cf296447c7f58f338340bf463584244bf4d4 (patch)
tree598752174a4ae5f2cb8284702dca8779027d1074 /playlist.c
parentc9ff1f744284c4164d39ab6fcc8e1d816253c5d3 (diff)
disable loading m3u/pls playlist using "open file(s)/folder(s)", always using Open Playlist from now
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c3
1 files changed, 2 insertions, 1 deletions
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"