Merge tag 'v0.19.2'

This commit is contained in:
Max Kellermann
2014-11-02 14:06:05 +01:00
24 changed files with 201 additions and 116 deletions

View File

@@ -130,6 +130,7 @@ ExtM3uPlaylist::NextSong()
static const char *const extm3u_suffixes[] = {
"m3u",
"m3u8",
nullptr
};

View File

@@ -60,6 +60,7 @@ M3uPlaylist::NextSong()
static const char *const m3u_suffixes[] = {
"m3u",
"m3u8",
nullptr
};