Skip to content

Commit

Permalink
refactor: 🔧 Cleanup old deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 2, 2024
1 parent e70c6db commit fa56308
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion apps/wizarr-backend/wizarr_backend/helpers/emby.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# - Emby Delete User
# - Emby Sync Users


# ANCHOR - Emby Get Request
def get_emby(api_path: str, as_json: Optional[bool] = True, server_api_key: Optional[str] = None, server_url: Optional[str] = None):
"""Get data from Emby.
Expand Down
1 change: 0 additions & 1 deletion apps/wizarr-backend/wizarr_backend/helpers/jellyfin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# - Jellyfin Delete User
# - Jellyfin Sync Users


# ANCHOR - Jellyfin Get Request
def get_jellyfin(api_path: str, as_json: Optional[bool] = True, server_api_key: Optional[str] = None, server_url: Optional[str] = None):
"""Get data from Jellyfin.
Expand Down
1 change: 0 additions & 1 deletion apps/wizarr-backend/wizarr_backend/helpers/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# - Plex Get User
# - Plex Delete User
# - Plex Sync Users
# - Plex Get Profile Picture

# ANCHOR - Get Plex Server
def get_plex_server(server_api_key: Optional[str] = None, server_url: Optional[str] = None) -> PlexServer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ export default defineComponent({
component: () => import('./Settings.vue'),
},
],
profilePicture:
'https://ui-avatars.com/api/?uppercase=true&name=' +
this.user.username +
'&length=1',
backupPicture:
'https://ui-avatars.com/api/?uppercase=true&name=' +
this.user.username +
'&length=1',
disabled: {
delete: false,
},
Expand Down

0 comments on commit fa56308

Please sign in to comment.