1
0
Prechádzať zdrojové kódy

Fix Exception with Planned to watch AniList feed

Lucas Villeneuve 5 rokov pred
rodič
commit
0a08bbaf41
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/anilist.py

+ 1 - 1
src/anilist.py

@@ -46,7 +46,7 @@ class MediaListStatus(Enum):
         if label.upper().startswith('READ') or \
             label.upper().startswith('WATCHED') :
             return MediaListStatus.CURRENT
-        elif label.upper().startswith('PLANNING'):
+        elif label.upper().startswith('PLANS'):
             return MediaListStatus.PLANNING
         elif label.upper().startswith('COMPLETED'):
             return MediaListStatus.COMPLETED