Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Now Playing opens the wrong anime in some cases #605

Open
3 tasks done
Delay8668 opened this issue Dec 27, 2024 · 2 comments
Open
3 tasks done

[Bug]: Now Playing opens the wrong anime in some cases #605

Delay8668 opened this issue Dec 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Delay8668
Copy link

Preflight checklist

  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I have searched the frequently asked questions for a solution that fixes this problem, without success.
  • I have checked that I'm using the latest stable version of the app.

What app version are you using?

5.5.9

What operating system version are you using?

Windows

Expected Behavior

No response

Actual Behavior

Play "Ranma 1/2 (2024)", click on Now Playing and it opens the original "Ranma 1/2" AND incorrectly counts progress towards with the wrong version sometimes. This leads to "Ranma 1/2 (2024)" also not appearing in Recently Watched and Currently Watching.

Other anime affected to my knowledge:
"Ore Dake Haireru Kakushi Dungeon" opens "Okedake"
"Urusei Yatsura (2024)" opens original "Urusei Yatsura"

I am guessing theres some issue with how media is passed to Sidebarlink? I added .romaji to the np.title in handleMedia function in MediaHandler and it seems work but after restarting the app mouseclicking anything doesn't do anything anymore XD probably completely wrong approach.

Screenshots

No response

@Delay8668 Delay8668 added the bug Something isn't working label Dec 27, 2024
@Delay8668
Copy link
Author

Delay8668 commented Dec 31, 2024

I'm new to svelte, so I'm not sure if this is the right way but I just a added a new store variable "currentMedia" that takes the romaji title from the last Anime in ViewAnime and force that to be the title in handleMedia.

So far it works fine but I'm sure there's something wrong with that.

@akenken12
Copy link

under torrenting is auto play on? that was my issue with one piece taking me to fishman arc somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@Delay8668 @akenken12 and others