Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/3ab51712b88ef13e33ff535bdc3c98adff727306 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix warnings in PlaylistXmlSaver

pull/2491/head
Mark Monteiro 5 years ago
parent 1204818698
commit 3ab51712b8

@ -11,9 +11,11 @@ namespace MediaBrowser.LocalMetadata.Savers
{
public class PlaylistXmlSaver : BaseXmlSaver
{
/// <summary>
/// The default file name to use when creating a new playlist.
/// </summary>
public const string DefaultPlaylistFilename = "playlist.xml";
public override bool IsEnabledFor(BaseItem item, ItemUpdateType updateType)
{
if (!item.SupportsLocalMetadata)

Loading…
Cancel
Save