aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ItemUpdateType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-27 19:01:03 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-27 19:01:03 -0400
commitab6a060163f17bda49e6f9dae0d62e36c756a71b (patch)
tree520abdcf53a11e3ce76bbe253d9100cbe352d67d /MediaBrowser.Controller/Library/ItemUpdateType.cs
parent58356619fff85190a5eb7be4872121a2ad8623fb (diff)
distinguish between metadata download and edit
Diffstat (limited to 'MediaBrowser.Controller/Library/ItemUpdateType.cs')
-rw-r--r--MediaBrowser.Controller/Library/ItemUpdateType.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ItemUpdateType.cs b/MediaBrowser.Controller/Library/ItemUpdateType.cs
index 56ae2cbbd..31a00d7b4 100644
--- a/MediaBrowser.Controller/Library/ItemUpdateType.cs
+++ b/MediaBrowser.Controller/Library/ItemUpdateType.cs
@@ -8,6 +8,7 @@ namespace MediaBrowser.Controller.Library
Unspecified = 1,
MetadataImport = 2,
ImageUpdate = 4,
+ MetadataDownload = 8,
MetadataEdit = 16
}
}