diff --git a/Kyoo/ClientApp/src/app/collection/collection.component.html b/Kyoo/ClientApp/src/app/collection/collection.component.html index 773e4515..a68b9f0b 100644 --- a/Kyoo/ClientApp/src/app/collection/collection.component.html +++ b/Kyoo/ClientApp/src/app/collection/collection.component.html @@ -1,9 +1,9 @@
-
+
-
+

{{collection.name}}

{{collection.startYear}} - {{collection.endYear}}
{{collection.startYear}}
diff --git a/Kyoo/ClientApp/src/models/collection.ts b/Kyoo/ClientApp/src/models/collection.ts index bf77b472..7c5362fa 100644 --- a/Kyoo/ClientApp/src/models/collection.ts +++ b/Kyoo/ClientApp/src/models/collection.ts @@ -5,5 +5,7 @@ export interface Collection slug: string; name: string; overview: string; + startYear: number, + endYear: number, shows: Show[]; } diff --git a/Kyoo/Transcoder/Kyoo.Transcoder.dll b/Kyoo/Transcoder/Kyoo.Transcoder.dll index da525875..db26c246 100644 Binary files a/Kyoo/Transcoder/Kyoo.Transcoder.dll and b/Kyoo/Transcoder/Kyoo.Transcoder.dll differ diff --git a/Kyoo/Transcoder/Kyoo.Transcoder.exp b/Kyoo/Transcoder/Kyoo.Transcoder.exp index 7c3be9c1..6d71244c 100644 Binary files a/Kyoo/Transcoder/Kyoo.Transcoder.exp and b/Kyoo/Transcoder/Kyoo.Transcoder.exp differ diff --git a/Kyoo/Transcoder/Kyoo.Transcoder.lib b/Kyoo/Transcoder/Kyoo.Transcoder.lib index c5ce290a..588d4414 100644 Binary files a/Kyoo/Transcoder/Kyoo.Transcoder.lib and b/Kyoo/Transcoder/Kyoo.Transcoder.lib differ