Skip to content

Commit

Permalink
Update cinemeta version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
TRtomasz committed Jan 7, 2025
1 parent f3825fa commit 5c26f6e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"manifest": {
"id": "com.linvo.cinemeta",
"version": "3.0.11",
"version": "3.0.12",
"description": "The official addon for movie and series catalogs",
"name": "Cinemeta",
"resources": [
Expand Down Expand Up @@ -211,6 +211,7 @@
"type": "movie",
"id": "year",
"genres": [
"2025",
"2024",
"2023",
"2022",
Expand Down Expand Up @@ -321,6 +322,7 @@
{
"name": "genre",
"options": [
"2025",
"2024",
"2023",
"2022",
Expand Down Expand Up @@ -446,6 +448,7 @@
"type": "series",
"id": "year",
"genres": [
"2025",
"2024",
"2023",
"2022",
Expand Down Expand Up @@ -516,6 +519,7 @@
{
"name": "genre",
"options": [
"2025",
"2024",
"2023",
"2022",
Expand Down Expand Up @@ -738,6 +742,24 @@
"lastVideosIds"
],
"name": "Last videos"
},
{
"type": "series",
"id": "calendar-videos",
"extra": [
{
"name": "calendarVideosIds",
"isRequired": true,
"optionsLimit": 100
}
],
"extraSupported": [
"calendarVideosIds"
],
"extraRequired": [
"calendarVideosIds"
],
"name": "Calendar videos"
}
],
"behaviorHints": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stremio-official-addons",
"version": "1.5.6",
"version": "1.5.7",
"description": "All the stremio official add-ons, in AddonCollection.load() format",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5c26f6e

Please sign in to comment.