mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Delete plugin working.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace MediaBrowser.Model.Plugins
|
||||
Disabled = -1,
|
||||
NotSupported = -2,
|
||||
Malfunction = -3,
|
||||
Superceded = -4
|
||||
Superceded = -4,
|
||||
DeleteOnStartup = -5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user