mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix warnings in PlaylistXmlSaver
This commit is contained in:
parent
1204818698
commit
3ab51712b8
@ -11,9 +11,11 @@ namespace MediaBrowser.LocalMetadata.Savers
|
|||||||
{
|
{
|
||||||
public class PlaylistXmlSaver : BaseXmlSaver
|
public class PlaylistXmlSaver : BaseXmlSaver
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The default file name to use when creating a new playlist.
|
||||||
|
/// </summary>
|
||||||
public const string DefaultPlaylistFilename = "playlist.xml";
|
public const string DefaultPlaylistFilename = "playlist.xml";
|
||||||
|
|
||||||
|
|
||||||
public override bool IsEnabledFor(BaseItem item, ItemUpdateType updateType)
|
public override bool IsEnabledFor(BaseItem item, ItemUpdateType updateType)
|
||||||
{
|
{
|
||||||
if (!item.SupportsLocalMetadata)
|
if (!item.SupportsLocalMetadata)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user