0.2.76 - Icon Packs

This commit is contained in:
ponzischeme89
2026-08-18 14:59:29 +12:00
parent 36d171e51b
commit 8c847c59b8
70 changed files with 5267 additions and 673 deletions
+4
View File
@@ -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"