When I skip a song on spotify, it displays the songs name and album in a notification found on the notification tray. I do not receive a pop-up notification with this information, I know it sounds trivial but I searched online and I cannot find anything concrete on how to fix this, the spotify notifications are set to low priority which means they only show on the tray and not as a pop-up.
notify-send -u low "Low Priority" "This is a low priority notification."
notify-send "Normal Priority" "This is a normal priority notification."
Is there a way I can change that specific notifications priority from the source code of gnome?