Skip to content

Commit

Permalink
Add Kimi ni Todoke proper formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Aug 9, 2024
1 parent 9039234 commit bd2ecd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forceshowid_tv.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
def show_id = [
239779, 112888
68854
]
def is_id_matches = show_id.find { curr_id -> tmdbid == curr_id } ?: ""
is_id_matches ? " ($y) [tmdbid-$is_id_matches]" : ""
Expand Down
4 changes: 2 additions & 2 deletions medianame.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[series_id: 229743, title: "VTuber Legend"],
[series_id: 240633, title: "A Journey Through Another World"],
[series_id: 245285, title: "Failure Frame"],
[series_id: 237045, title: "Chery Magic!"],
[series_id: 260840, title: "Whimsical Wish"]
[series_id: 237045, title: "Cherry Magic!"],
[series_id: 68854, title: "From Me to You"]
]

// Replace title from short_title if series_id matches "series" from filebot
Expand Down

0 comments on commit bd2ecd3

Please sign in to comment.