mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fix warnings in PlaylistXmlSaver
This commit is contained in:
parent
1204818698
commit
3ab51712b8
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue