summaryrefslogtreecommitdiff
path: root/Jel/Views/Item/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Jel/Views/Item/Types')
-rw-r--r--Jel/Views/Item/Types/ItemSeriesView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jel/Views/Item/Types/ItemSeriesView.swift b/Jel/Views/Item/Types/ItemSeriesView.swift
index 6fc14a9..3054da6 100644
--- a/Jel/Views/Item/Types/ItemSeriesView.swift
+++ b/Jel/Views/Item/Types/ItemSeriesView.swift
@@ -34,7 +34,7 @@ struct ItemSeriesView: View {
ItemGenresView(item: item)
.foregroundStyle(Color.primary)
- // TODO: Settable series with ItemSeriesEpisodesView
+ ItemSeriesSelectableEpisodesView(item: item)
ItemSeriesSeasonsView(item: item)
.foregroundStyle(Color.primary)