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
|
||||
{
|
||||
/// <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…
Reference in New Issue
Block a user