taiga icon indicating copy to clipboard operation
taiga copied to clipboard

Information box score does not change when switching entries while the window remains opened

Open rzumer opened this issue 5 years ago • 1 comments

To reproduce:

  1. Open the information window for any scored entry in an existing list
  2. Open a different entry with a different score, refreshing the information window without closing it
  3. 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.

rzumer avatar Mar 21 '19 19:03 rzumer

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.

Giorgio6846 avatar Dec 05 '22 00:12 Giorgio6846