-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Enable to store data without any series config
- Loading branch information
1 parent
e88d871
commit 005b998
Showing
17 changed files
with
334 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,20 @@ | ||
{ | ||
"series": { | ||
"demon_slayer": { | ||
"series": [ | ||
{ | ||
"title": "Demon Slayer", | ||
"keywords": ["Demon Slayer"] | ||
"keywords": ["Demon Slayer", "Kimetsu no Yaiba"] | ||
}, | ||
"jujutsu_kaisen": { | ||
{ | ||
"title": "Jujutsu Kaisen", | ||
"keywords": ["Jujutsu Kaisen"] | ||
}, | ||
"my_hero_academia": { | ||
{ | ||
"title": "My Hero Academia", | ||
"keywords": ["My Hero Academia"] | ||
}, | ||
"mushoku_tensei": { | ||
{ | ||
"title": "Mushoku Tensei", | ||
"keywords": ["Mushoku Tensei", "Jobless Reincarnation"] | ||
} | ||
}, | ||
"services": { | ||
"crunchyroll": { | ||
"series": { | ||
"demon_slayer": { | ||
"title": "Demon Slayer: Kimetsu no Yaiba" | ||
}, | ||
"jujutsu_kaisen": { | ||
"title": "Jujutsu Kaisen" | ||
}, | ||
"my_hero_academia": { | ||
"title": "My Hero Academia" | ||
}, | ||
"mushoku_tensei": { | ||
"title": "Mushoku Tensei: Jobless Reincarnation" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
{ | ||
"series": { | ||
"demon_slayer": { | ||
"series": [ | ||
{ | ||
"title": "Demon Slayer", | ||
"tv": { | ||
"season": 1, | ||
"episode": 1 | ||
} | ||
}, | ||
"jujutsu_kaisen": { | ||
{ | ||
"title": "Jujutsu Kaisen", | ||
"tv": { | ||
"season": 1, | ||
"episode": 1 | ||
} | ||
}, | ||
"mushoku_tensei": { | ||
{ | ||
"title": "Mushoku Tensei", | ||
"tv": { | ||
"season": 2, | ||
"season": 1, | ||
"episode": 1 | ||
} | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.