mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Switch to M3uContent
This commit is contained in:
@@ -466,7 +466,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
playlist.PlaylistEntries.Add(entry);
|
||||
}
|
||||
|
||||
string text = new M3u8Content().ToText(playlist);
|
||||
string text = new M3uContent().ToText(playlist);
|
||||
File.WriteAllText(playlistPath, text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user