@@ -1,4 +0,0 @@
-# Fork changes
-
-This fork has the following changes.
@@ -140,7 +140,7 @@
"queue_add_before_autofilled": [
"STATION_ID"
],
- "disable_youtube_search": true,
+ "disable_youtube_search": false,
"registration_email_whitelist": false
}
@@ -321,7 +321,9 @@ const searchForPlaylists = page => {
};
onMounted(() => {
- showTab("my-playlists");
+ if (props.type === "autorequest" || station.value.type === "community")
+ showTab("my-playlists");
+ else showTab("search");
socket.onConnect(() => {
socket.dispatch("playlists.indexMyPlaylists", res => {