Rowdy-Avocado / Rowdycado-Extensions

41 stars 6 forks source link

Bug In series on MyFlixer #44

Closed fire-light42 closed 1 month ago

fire-light42 commented 1 month ago

You must provide an url, otherwise the ID will be the same for all series making it impossible to bookmark more than 1 series https://github.com/Rowdy-Avocado/Rowdycado-Extensions/blob/e26fa0f4ce031ff2903159c25c030a2cc74d7ed0/MyFlixer/src/main/kotlin/com/rowdyCSExtensions/MyFlixer.kt#L95

AlanAAL commented 1 month ago

change line 95 with this "return newTvSeriesLoadResponse(name, url, TvType.TvSeries, episodes) { " and it will fix the bug

rushi-chavan commented 1 month ago

Issue has been fixed. Thanks guys ♥