taiga
taiga copied to clipboard
Information box score does not change when switching entries while the window remains opened
To reproduce:
- Open the information window for any scored entry in an existing list
- Open a different entry with a different score, refreshing the information window without closing it
- Return to the "list and settings" tab
All of the information that I use (dates, episodes watched, status) is updated as expected except for the score, which does not change from the score of the entry with which the window was opened.
This error is caused by the if in the line 395 in dlg_anime_info_page.cpp because it doesn't request the score of the new selected anime. However because of my little knowledge I didn't make pull request for fears that it could breaks other functions.