Make m3u8 playlists syncable instead of m3u

This commit is contained in:
norohind 2022-08-17 11:25:22 +03:00
parent d2d933ed8f
commit 018d2ecf0c
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

@ -63,7 +63,7 @@ public class PlaylistObserver extends SQLiteOpenHelper implements Handler.Callba
/**
* Extension to use for M3U files
*/
private static final String M3U_EXT = ".m3u";
private static final String M3U_EXT = ".m3u8";
/**
* Line comment prefix for M3U files
*/