diff options
author | Shav Kinderlehrer <[email protected]> | 2024-02-21 21:30:59 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-02-21 21:30:59 -0500 |
commit | 1ce620567c64c92872261317863695c4660acbd0 (patch) | |
tree | 212f935b3759b76097bdeb8f27923a7137945b50 /Jel/Views/Item | |
parent | 2619848a70d1c1cf366a288dcb889103b7464f1c (diff) | |
download | jel-1ce620567c64c92872261317863695c4660acbd0.tar.gz jel-1ce620567c64c92872261317863695c4660acbd0.zip |
AddServerView autofills with last server
Diffstat (limited to 'Jel/Views/Item')
-rw-r--r-- | Jel/Views/Item/Types/ItemSeriesView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jel/Views/Item/Types/ItemSeriesView.swift b/Jel/Views/Item/Types/ItemSeriesView.swift index 7b27c8e..6fc14a9 100644 --- a/Jel/Views/Item/Types/ItemSeriesView.swift +++ b/Jel/Views/Item/Types/ItemSeriesView.swift @@ -34,6 +34,8 @@ struct ItemSeriesView: View { ItemGenresView(item: item) .foregroundStyle(Color.primary) + // TODO: Settable series with ItemSeriesEpisodesView + ItemSeriesSeasonsView(item: item) .foregroundStyle(Color.primary) |