mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Add GPL modules
This commit is contained in:
14
MediaBrowser.Controller/Library/ItemUpdateType.cs
Normal file
14
MediaBrowser.Controller/Library/ItemUpdateType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
[Flags]
|
||||
public enum ItemUpdateType
|
||||
{
|
||||
None = 1,
|
||||
MetadataImport = 2,
|
||||
ImageUpdate = 4,
|
||||
MetadataDownload = 8,
|
||||
MetadataEdit = 16
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user