mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-17 22:26:53 +01:00
fix portable and 3.5 project references
This commit is contained in:
19
MediaBrowser.Model/Configuration/NotificationType.cs
Normal file
19
MediaBrowser.Model/Configuration/NotificationType.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public enum NotificationType
|
||||
{
|
||||
ApplicationUpdateAvailable,
|
||||
ApplicationUpdateInstalled,
|
||||
AudioPlayback,
|
||||
GamePlayback,
|
||||
InstallationFailed,
|
||||
PluginError,
|
||||
PluginInstalled,
|
||||
PluginUpdateInstalled,
|
||||
PluginUninstalled,
|
||||
NewLibraryContent,
|
||||
ServerRestartRequired,
|
||||
TaskFailed,
|
||||
VideoPlayback
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user