You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
play your radio and find a track with non available media
fix the link to a correct link
try to click again on the track you fixed, to play the updated track (aka "check if your changes work")
it result in a UX error, because the track in the radio4000-cms list and the one in the radio4000-player are not the same data. The track in the player hasen't been updated, so the track in the cms will be marked again as invalid.
This issue is related to the fact that the data of a deleted, or just edited, track, does not match the cms data because the player is never notified of a change.
Objectives:
each time a track is edited, and that the current track's radio in the player is the same radio, the player data (track, but also channels) needs to be updated, to reflect the current state of the cms.
Less common scenario, is when a channel is updated, its data in the player is also not updated
The text was updated successfully, but these errors were encountered:
4www
changed the title
Unavailbe media track, fixed, is not the same in the player
After unavailbe track media is fixed, this track data in the player stays invalid
Jul 22, 2018
Problem:
This issue is related to the fact that the data of a deleted, or just edited, track, does not match the cms data because the player is never notified of a change.
Objectives:
each time a track is edited, and that the current track's radio in the player is the same radio, the player data (track, but also channels) needs to be updated, to reflect the current state of the cms.
Less common scenario, is when a channel is updated, its data in the player is also not updated
The text was updated successfully, but these errors were encountered: