We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ca676 commit a9e149dCopy full SHA for a9e149d
modules/season.groovy
@@ -9,6 +9,6 @@
9
// if kv contains Series name from fixed_title (partially or fully), then remove it
10
def kv = fixed_name.contains(fixed_title) ? "" : fixed_name
11
// Sanitize the season name if it just repeats the "Season" string
12
- kv == 'Season '+ s ? "" : kv ? " - " + kv : ""
+ kv == 'Season '+ s || kv == 'Series '+ s ? "" : kv ? " - " + kv : ""
13
}
14
-{"/"}
+{"/"}
0 commit comments