0.2.76 - Icon Packs
This commit is contained in:
@@ -13,6 +13,10 @@ import (
|
||||
const (
|
||||
alertKindSonarrAired = "sonarr-aired"
|
||||
alertKindRadarrImport = "radarr-import"
|
||||
// A new episode that has finished scanning in. Distinct from sonarr-aired, which is
|
||||
// about an episode that has been broadcast and is *not* here yet — the two are opposite
|
||||
// halves of the same wait and a viewer reads them differently.
|
||||
alertKindSonarrImport = "sonarr-import"
|
||||
alertKindLibrarySync = "library-updated"
|
||||
alertKindServerDown = "server-unreachable"
|
||||
alertKindServerUp = "server-restored"
|
||||
|
||||
Reference in New Issue
Block a user