Explorar o código

Fix Exception with Planned to watch AniList feed

Lucas Villeneuve %!s(int64=5) %!d(string=hai) anos
pai
achega
0a08bbaf41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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