mirror of
https://github.com/swizzin/swizzin_dashboard.git
synced 2024-11-10 08:52:34 +08:00
Add jellyfin to shared profiles
This commit is contained in:
parent
913cca146a
commit
5f170bb029
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ class jackett_meta:
|
|||
systemd = "jackett@"
|
||||
multiuser = True
|
||||
|
||||
class jellyfin_meta:
|
||||
name = "jellyfin"
|
||||
pretty_name = "Jellyfin"
|
||||
systemd = "jellyfin@"
|
||||
multiuser = True
|
||||
def __init__(self, user):
|
||||
self.baseurl = "/"+user+"/jellyfin/"
|
||||
|
||||
class lidarr_meta:
|
||||
name = "lidarr"
|
||||
pretty_name = "Lidarr"
|
||||
|
|
Loading…
Reference in a new issue