Skip to content

Commit

Permalink
Subsonic 2, general rework (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 authored Sep 26, 2024
1 parent 31492fa commit 8cddbef
Show file tree
Hide file tree
Showing 69 changed files with 4,523 additions and 3,464 deletions.
705 changes: 131 additions & 574 deletions src/renderer/api/controller.ts

Large diffs are not rendered by default.

1,743 changes: 826 additions & 917 deletions src/renderer/api/jellyfin/jellyfin-controller.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/renderer/api/navidrome.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export enum NDSongListSort {
CHANNELS = 'channels',
COMMENT = 'comment',
DURATION = 'duration',
FAVORITED = 'starred',
FAVORITED = 'starred_at',
GENRE = 'genre',
ID = 'id',
PLAY_COUNT = 'playCount',
Expand Down
Loading

0 comments on commit 8cddbef

Please sign in to comment.