mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
distinguish between metadata download and edit
This commit is contained in:
@@ -8,6 +8,7 @@ namespace MediaBrowser.Controller.Library
|
||||
Unspecified = 1,
|
||||
MetadataImport = 2,
|
||||
ImageUpdate = 4,
|
||||
MetadataDownload = 8,
|
||||
MetadataEdit = 16
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user