Merge pull request #3344 from jellyfin/dependabot/nuget/PlaylistsNET-1.0.6

Bump PlaylistsNET from 1.0.4 to 1.0.6
This commit is contained in:
Bond-009
2020-06-15 19:07:47 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}