fix: “Continue watching” does not display titles with the updated language - #518
fix: “Continue watching” does not display titles with the updated language#518Aaronnn17 wants to merge 12 commits into
Conversation
Refactor continue watching logic to improve title resolution and episode title handling.
Refactor loadPublisherItems to streamline item selection and localization.
Removed unused import for MediaRepository.
|
Thanks for reopening this and addressing the earlier feedback. The PR now compiles, covers both Trakt and fallback items, and limits processing to 50 rows, so it is much closer. I found two remaining issues before merge:
Minor cleanup: The exact merge into current main is clean, GitHub Build Check passes, and both Play/Sideload compiles and unit-test suites pass. The idea is useful; fixing the two points above should make it reliable and safe to merge. |
I'm reopening the pull request because I was creating the previous one from my “main” branch and didn't realize it. I'm reopening this one from another appropriate branch.
I think I've fixed the issues you mentioned earlier, and I've tested it in Android Studio to make sure it doesn't crash during compilation.
Please forgive me for any other errors—I'm a total beginner at programming, and these are the first mini-projects I've ever done!