quick .5 fix

This commit is contained in:
Karl Hudgell 2024-03-02 11:23:02 +00:00
parent 475466617d
commit f55d917cc9

View File

@ -243,7 +243,7 @@ class gogoanime:
bookmarkList.append( bookmarkList.append(
{ {
"showName": animeName, "showName": animeName,
"latestEpisode": int(episodeNum), "latestEpisode": float(episodeNum),
"downloadURL": f"https://{self.config['CurrentGoGoAnimeURL']}/{animeDownloadName}-episode-{str(episodeNum)}", "downloadURL": f"https://{self.config['CurrentGoGoAnimeURL']}/{animeDownloadName}-episode-{str(episodeNum)}",
} }
) )