mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add new notification features
This commit is contained in:
@@ -319,22 +319,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
public string From { get; set; }
|
||||
public string To { get; set; }
|
||||
}
|
||||
|
||||
public class NotificationOptions
|
||||
{
|
||||
public bool SendOnUpdates { get; set; }
|
||||
public bool SendOnVideoPlayback { get; set; }
|
||||
public bool SendOnAudioPlayback { get; set; }
|
||||
public bool SendOnGamePlayback { get; set; }
|
||||
public bool SendOnFailedTasks { get; set; }
|
||||
public bool SendOnNewLibraryContent { get; set; }
|
||||
public bool SendOnServerRestartRequired { get; set; }
|
||||
|
||||
public NotificationOptions()
|
||||
{
|
||||
SendOnUpdates = true;
|
||||
SendOnFailedTasks = true;
|
||||
SendOnServerRestartRequired = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user