mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
allow default startingPage
This commit is contained in:
@ -133,7 +133,7 @@ function onApiLoaded() {
|
||||
|
||||
// Navigate to "Starting page"
|
||||
const startingPage = config.get("options.startingPage");
|
||||
if (startingPage !== "home" && startingPages[startingPage]) {
|
||||
if (startingPage && startingPages[startingPage]) {
|
||||
$('ytmusic-app')?.navigate_(startingPages[startingPage]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user