Added patch to fix airing dates

This commit is contained in:
2017-10-03 08:08:52 +02:00
parent 52e83a4a37
commit b6d6ce92da
2 changed files with 45 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func main() {
continue
}
// The rest gets sorted by airing status
switch anime.Status {
case "current":
highPriority = append(highPriority, anime)