Skip to content

Commit e02873e

Browse files
committed
Properly sanitize for FGO Fujimaru Ritsuka
1 parent 82b8996 commit e02873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/medianame.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def short_title = [
44
// Media ID, target name, database
55
[mid: 68854, title: "From Me to You", src: tmdb_tv],
6-
[mid: 219816, title: "Fate/Grand Order: Fujimaru Ritsuka Doesn't Get It", src: tmdb_tv],
6+
[mid: 219816, title: "Fate Grand Order Fujimaru Ritsuka Doesn't Get It", src: tmdb_tv],
77
[mid: 245561, title: "Okitsura", src: tmdb_tv],
88
[mid: 248707, title: "Neko Oji The Guy That Got Reincarnated As a Cat", src: tmdb_tv],
99
[mid: 259559, title: "Headhunted to Another World", src: tmdb_tv],

0 commit comments

Comments
 (0)