From 4041194d723713bec855a34e292b765166279385 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 7 Jun 2020 15:15:16 +0100 Subject: [PATCH] Added ability to set home layout to jf_api --- .gitignore | 1 - jellyfin_accounts/jf_api.py | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9e06752..c375fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,3 @@ colors.txt theme.css data/static/bootstrap-jf.css old/ -confignotes.txt diff --git a/jellyfin_accounts/jf_api.py b/jellyfin_accounts/jf_api.py index 9d9f193..08229bd 100644 --- a/jellyfin_accounts/jf_api.py +++ b/jellyfin_accounts/jf_api.py @@ -258,7 +258,3 @@ class Jellyfin: raise self.AuthenticationRequiredError else: return resp - - - -# template user's policies should be copied to each new account.