volumio / volumio-plugins-sources

Volumio plugins source code for Volumio 3
47 stars 251 forks source link

Podcast plugin shows "Add to Radio Favourites" instead of "Add to Favourites" #67

Closed teq0 closed 2 years ago

teq0 commented 2 years ago

It adds it to Favourites, not Favourite Radios, which is correct, it's just the text in the popup menu.

kartikth40 commented 2 years ago

i cant search anything on github repo

teq0 commented 2 years ago

I haven't tried it yet but I think the issue might be resolved if at https://github.com/volumio/volumio-plugins-sources/blob/master/podcast/index.js#L632 rather than 'mywebradio' the type is just set to 'song', like in the Spotify plugin.

Edit: Just tried it, it fixes the menu and also adds the heart icon to each episode as a shortcut, and it removes the "Edit Webradio" option from the popup. I haven't noticed any other side effects but will keep an eye out.

teq0 commented 2 years ago

Fixed.