Results 7 issues of Franz DC

For signed out users, the upgrade button will not exist, incorrectly passing the premium check. This commit adds an additional check for signed out users to immediately mark them as...

enhancement

Fixes #3303 This commit prioritizes `ytmusic-playlist-shelf-renderer` over `ytmusic-shelf-renderer` for finding the playlist as the former contains the actual playlist items while the latter contains the suggestions.

Fixes #3348 ## Changes - Use the last occuring `ytmusic-shelf-renderer` as there can be multiple with nested views. - Artist page (top songs - 1st) > Album (2nd). - Update...

The latest version of Electron will throw out an error with GNOME: ```bash Running (process:10985): Gtk-ERROR **: 16:23:58.349: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the...

Fixes #3351 `#volume-slider` is not a native input element (anymore?). This now checks if it is `tp-yt-paper-slider`, which also acts like an input element.

This PR adds optional params to the `/search` API. - `params`: More results from each category (songs, videos, artists, etc.) - `continuation`: Continuation of each category (lazy loading)