You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/static/script.js
+65-5Lines changed: 65 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
// Default catalog configurations
2
2
constdefaultCatalogs=[
3
-
{id: 'watchly.rec',name: 'Top Picks for You',enabled: true,description: 'Personalized recommendations based on your library'},
4
-
{id: 'watchly.loved',name: 'More Like',enabled: true,description: 'Recommendations similar to content you explicitly loved'},
5
-
{id: 'watchly.watched',name: 'Because You Watched',enabled: true,description: 'Recommendations based on your recent watch history'},
6
-
{id: 'watchly.theme',name: 'Genre & Keyword Catalogs',enabled: true,description: 'Dynamic catalogs based on your favorite genres, keyword, countries and many more. Just like netflix. Example: American Horror, Based on Novel or Book etc.'},
3
+
{id: 'watchly.rec',name: 'Top Picks for You',enabled: true,minItems: 20,maxItems: 24,description: 'Personalized recommendations based on your library'},
4
+
{id: 'watchly.loved',name: 'More Like',enabled: true,minItems: 20,maxItems: 24,description: 'Recommendations similar to content you explicitly loved'},
5
+
{id: 'watchly.watched',name: 'Because You Watched',enabled: true,minItems: 20,maxItems: 24,description: 'Recommendations based on your recent watch history'},
6
+
{id: 'watchly.theme',name: 'Genre & Keyword Catalogs',enabled: true,minItems: 20,maxItems: 24,description: 'Dynamic catalogs based on your favorite genres, keyword, countries and many more. Just like netflix. Example: American Horror, Based on Novel or Book etc.'},
0 commit comments