muzical-ui 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +7 -1
- package/.next/standalone/.next/build-manifest.json +6 -6
- package/.next/standalone/.next/prerender-manifest.json +75 -3
- package/.next/standalone/.next/required-server-files.json +3 -0
- package/.next/standalone/.next/routes-manifest.json +36 -0
- package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_not-found/page.js +2 -2
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +24 -18
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +24 -18
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route.js +6 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/lastfm/track-similar/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route.js +6 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/youtube/resolve/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route.js +6 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/youtube/search/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/favicon.ico/route.js +2 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +20 -17
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +20 -17
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/musicbrainz/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/musicbrainz/page.js +4 -4
- package/.next/standalone/.next/server/app/musicbrainz/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/musicbrainz/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/musicbrainz.html +1 -1
- package/.next/standalone/.next/server/app/musicbrainz.rsc +22 -19
- package/.next/standalone/.next/server/app/musicbrainz.segments/_full.segment.rsc +22 -19
- package/.next/standalone/.next/server/app/musicbrainz.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/musicbrainz.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/musicbrainz.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/musicbrainz.segments/musicbrainz/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/musicbrainz.segments/musicbrainz.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/page.js +2 -2
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/browse/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/settings/browse/page/build-manifest.json +17 -0
- package/.next/standalone/.next/server/app/settings/browse/page/next-font-manifest.json +11 -0
- package/.next/standalone/.next/server/app/settings/browse/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/settings/browse/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/settings/browse/page.js +15 -0
- package/.next/standalone/.next/server/app/settings/browse/page.js.map +5 -0
- package/.next/standalone/.next/server/app/settings/browse/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/browse/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/settings/browse.html +1 -0
- package/.next/standalone/.next/server/app/settings/browse.meta +16 -0
- package/.next/standalone/.next/server/app/settings/browse.rsc +29 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/_full.segment.rsc +29 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/_index.segment.rsc +11 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/_tree.segment.rsc +4 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/settings/browse/__PAGE__.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/settings/browse.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings/browse.segments/settings.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings/display/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/display/page.js +2 -2
- package/.next/standalone/.next/server/app/settings/display/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/display/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/display.html +1 -1
- package/.next/standalone/.next/server/app/settings/display.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/display.segments/_full.segment.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/display.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/display.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/settings/display.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/display.segments/settings/display.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/display.segments/settings.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/lastfm/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page/build-manifest.json +17 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page/next-font-manifest.json +11 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page.js +15 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page.js.map +5 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/settings/lastfm/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/settings/lastfm.html +1 -0
- package/.next/standalone/.next/server/app/settings/lastfm.meta +16 -0
- package/.next/standalone/.next/server/app/settings/lastfm.rsc +29 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/_full.segment.rsc +29 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/_index.segment.rsc +11 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/_tree.segment.rsc +4 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/settings/lastfm/__PAGE__.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/settings/lastfm.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings/lastfm.segments/settings.segment.rsc +5 -0
- package/.next/standalone/.next/server/app/settings/library/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/library/page.js +2 -2
- package/.next/standalone/.next/server/app/settings/library/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/library/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/library.html +1 -1
- package/.next/standalone/.next/server/app/settings/library.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/library.segments/_full.segment.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/library.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/library.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/settings/library.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings/library.segments/settings/library/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/library.segments/settings/library.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/library.segments/settings.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/page.js +2 -2
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/playback/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/playback/page.js +2 -2
- package/.next/standalone/.next/server/app/settings/playback/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/playback/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/playback.html +1 -1
- package/.next/standalone/.next/server/app/settings/playback.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/playback.segments/_full.segment.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/playback.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/playback.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/settings/playback.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings/playback.segments/settings/playback/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/playback.segments/settings/playback.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/playback.segments/settings.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/youtube/page/build-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/youtube/page.js +2 -2
- package/.next/standalone/.next/server/app/settings/youtube/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/youtube/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/youtube.html +1 -1
- package/.next/standalone/.next/server/app/settings/youtube.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/youtube.segments/_full.segment.rsc +26 -20
- package/.next/standalone/.next/server/app/settings/youtube.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/youtube.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/settings/youtube.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings/youtube.segments/settings/youtube/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/youtube.segments/settings/youtube.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings/youtube.segments/settings.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +21 -18
- package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +21 -18
- package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +10 -7
- package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/youtube/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/youtube/page/build-manifest.json +17 -0
- package/.next/standalone/.next/server/app/youtube/page/next-font-manifest.json +11 -0
- package/.next/standalone/.next/server/app/youtube/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/youtube/page/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/youtube/page.js +15 -0
- package/.next/standalone/.next/server/app/youtube/page.js.map +5 -0
- package/.next/standalone/.next/server/app/youtube/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/youtube/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/youtube.html +1 -0
- package/.next/standalone/.next/server/app/youtube.meta +17 -0
- package/.next/standalone/.next/server/app/youtube.rsc +25 -0
- package/.next/standalone/.next/server/app/youtube.segments/_full.segment.rsc +25 -0
- package/.next/standalone/.next/server/app/youtube.segments/_head.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/youtube.segments/_index.segment.rsc +11 -0
- package/.next/standalone/.next/server/app/youtube.segments/_tree.segment.rsc +4 -0
- package/.next/standalone/.next/server/app/youtube.segments/youtube/__PAGE__.segment.rsc +6 -0
- package/.next/standalone/.next/server/app/youtube.segments/youtube.segment.rsc +5 -0
- package/.next/standalone/.next/server/app-paths-manifest.json +7 -1
- package/.next/standalone/.next/server/chunks/0z~i_next_dist_esm_build_templates_app-route_0mm3io..js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04rmaa_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0iga-fk._.js +13 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0syodc9._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0yh0qgz._.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_lastfm_track-similar_route_actions_0o0aksj.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_youtube_resolve_route_actions_00u-beh.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_youtube_search_route_actions_11oame5.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0952jxx._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0epj5a8._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0lxnb~i._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0mpaeoj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0vvxdoi._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0xiet5m._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_0xr.otg._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_apev2_APEv2Parser_0baa0n9.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_id3v2_048_t.z._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_matroska_MatroskaParser_129r4d4.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0a6e_music-metadata_lib_mpeg_MpegParser_02l3ght.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0z~i_next_dist_02m-902._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0v8tsu.._.js → 0z~i_next_dist_0y7_gi1._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_05w__hq.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0rtq_vg.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0zexs35.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.kc4tr._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03-3mbr._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__044c9~u._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0v30c9w._.js → [root-of-the-server]__05f62me._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hiy0el._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0wgbp9t._.js → [root-of-the-server]__0jowkig._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0lkpda-._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sn2..k._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_014lxrc._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_06it0sh._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0b8qx~m._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0~cb-t9._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_settings_browse_page_actions_0_gn~yf.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_settings_lastfm_page_actions_002qs5v.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_youtube_page_actions_12geo5h.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_00y4y-o._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/components_0c.t1du._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/components_0dp4-uk._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_LastfmSettingsPanel_tsx_0tqjys8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_LibrarySettingsPanel_tsx_0krc7dk._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_MusicPlayer_tsx_06~82ey._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/components_SettingsOverview_tsx_0axvc~a._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/components_SettingsSwitchRow_tsx_0rn035g._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/lib_0mppqs2._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules__pnpm_0bx6yug._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules__pnpm_0f~0-nb._.js +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +6 -6
- package/.next/standalone/.next/server/next-font-manifest.js +1 -1
- package/.next/standalone/.next/server/next-font-manifest.json +12 -0
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/chunks/00bzw__-m1fpe.js +1 -0
- package/.next/standalone/.next/static/chunks/00ffr5pv82u34.js +1 -0
- package/.next/standalone/.next/static/chunks/03f3hyhv4x63v.js +1 -0
- package/.next/standalone/.next/static/chunks/04-q~k1s4h2o9.js +31 -0
- package/.next/standalone/.next/static/chunks/0638t8cqzkdfe.js +1 -0
- package/.next/standalone/.next/static/chunks/073k~no118gmz.js +1 -0
- package/.next/standalone/.next/static/chunks/0c5m3gpe71ppi.js +1 -0
- package/.next/standalone/.next/static/chunks/0dusa1wc1mnfl.js +1 -0
- package/.next/standalone/.next/static/chunks/0me.0ghc7bi2f.js +1 -0
- package/.next/standalone/.next/static/chunks/0ps~ft3qx-shn.css +3 -0
- package/.next/standalone/.next/static/chunks/0ty~h16-~8eka.js +1 -0
- package/.next/standalone/.next/static/chunks/0w~k0r.qfm0zf.js +1 -0
- package/.next/standalone/.next/static/chunks/0xj5z58rgukgs.js +1 -0
- package/.next/standalone/.next/static/chunks/109xoml1ptc8~.js +1 -0
- package/.next/standalone/.next/static/chunks/14z_1xu7t6lay.js +2 -0
- package/.next/standalone/.next/static/chunks/{turbopack-0g-.7kit-b4.8.js → turbopack-0ctpbjx-g6dyl.js} +1 -1
- package/.next/standalone/package.json +9 -8
- package/.next/standalone/server.js +1 -1
- package/package.json +9 -8
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~e2g3i._.js +0 -13
- package/.next/standalone/.next/server/chunks/ssr/0z~i_next_dist_0z0kx9a._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00e_fc7._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0_8f2hf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_09vx.ql._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/components_0-e3h_v._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/components_YouTubeSettingsPanel_tsx_0t6pw~9._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/lib_library_favorite-keys_ts_0mlju9x._.js +0 -3
- package/.next/standalone/.next/static/chunks/06c2c_.-4ag08.css +0 -3
- package/.next/standalone/.next/static/chunks/0_fmjohj6n9ax.js +0 -1
- package/.next/standalone/.next/static/chunks/0cx3-_9jp9j1a.js +0 -1
- package/.next/standalone/.next/static/chunks/0d05.rh-.aulc.js +0 -1
- package/.next/standalone/.next/static/chunks/0f.f4qs1oecxo.js +0 -1
- package/.next/standalone/.next/static/chunks/0gs~olgu8~txo.js +0 -1
- package/.next/standalone/.next/static/chunks/0lse6x.rhc0i5.js +0 -1
- package/.next/standalone/.next/static/chunks/0nh7t0mlv.533.js +0 -2
- package/.next/standalone/.next/static/chunks/0wvzb~7kpzo6n.js +0 -1
- package/.next/standalone/.next/static/chunks/0y-bftn0gphdn.js +0 -1
- package/.next/standalone/.next/static/chunks/10l3mqv783cbv.js +0 -1
- package/.next/standalone/.next/static/chunks/118x8mar90jp8.js +0 -1
- package/.next/standalone/.next/static/chunks/148g6~qgt.qca.js +0 -31
- /package/.next/standalone/.next/static/{eETzs0f08QWh-CTCZlnTr → 6R8dLcmFAc7AeUCNbCJAA}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{eETzs0f08QWh-CTCZlnTr → 6R8dLcmFAc7AeUCNbCJAA}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{eETzs0f08QWh-CTCZlnTr → 6R8dLcmFAc7AeUCNbCJAA}/_ssgManifest.js +0 -0
|
@@ -1,23 +1,29 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/
|
|
3
|
-
3:I[80492,["/_next/static/chunks/
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
8:I[
|
|
9
|
-
9:I[
|
|
10
|
-
a:"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
:
|
|
2
|
+
2:I[2263,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],""]
|
|
3
|
+
3:I[80492,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ThemeProvider"]
|
|
4
|
+
4:I[97446,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"AccentProvider"]
|
|
5
|
+
5:I[20498,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"PlaybackPreferencesProvider"]
|
|
6
|
+
6:I[40911,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"YoutubePreferencesProvider"]
|
|
7
|
+
7:I[70487,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"LibraryProvider"]
|
|
8
|
+
8:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
9
|
+
9:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
10
|
+
a:I[85876,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js"],"default"]
|
|
11
|
+
b:I[53782,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js","/_next/static/chunks/073k~no118gmz.js"],"default"]
|
|
12
|
+
c:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"OutletBoundary"]
|
|
13
|
+
d:"$Sreact.suspense"
|
|
14
|
+
10:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ViewportBoundary"]
|
|
15
|
+
14:I[51709,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default",1]
|
|
16
|
+
:HL["/_next/static/chunks/0ps~ft3qx-shn.css","style"]
|
|
15
17
|
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
18
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
|
-
0:{"P":null,"c":["","settings","youtube"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["youtube",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
0:{"P":null,"c":["","settings","youtube"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["youtube",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/00bzw__-m1fpe.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/05329099kf0o5.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0c5m3gpe71ppi.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased","children":["$","body",null,{"className":"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground","children":[["$","$L2",null,{"id":"app-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\"muzical.accent\");var ids=[\"amber\",\"orange\",\"rose\",\"red\",\"violet\",\"blue\",\"teal\",\"emerald\",\"custom\"];var shades=[\"50\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",\"950\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\"muzical.accentCustomPalette\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i<shades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)>=0?a:\"amber\");}}catch(e){}})();"}}],["$","div",null,{"className":"flex min-h-0 flex-1 flex-col","children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0dusa1wc1mnfl.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"flex h-full min-h-0 flex-1 flex-col","children":["$","$La",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/073k~no118gmz.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],"$L12","$L13"]}],false]],"m":"$undefined","G":["$14",["$L15"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
20
|
+
17:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"MetadataBoundary"]
|
|
21
|
+
16:[]
|
|
22
|
+
f:"$W16"
|
|
23
|
+
12:["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L18"}]}]}]
|
|
24
|
+
13:["$","meta",null,{"name":"next-size-adjust","content":""}]
|
|
25
|
+
15:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
26
|
+
11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
27
|
+
19:I[31415,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"IconMark"]
|
|
28
|
+
e:null
|
|
29
|
+
18:[["$","title","0",{"children":"YouTube · Settings · Muzical"}],["$","meta","1",{"name":"description","content":"YouTube Data API configuration for Muzical"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L19","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[83775,["/_next/static/chunks/
|
|
3
|
-
3:I[83775,["/_next/static/chunks/
|
|
2
|
+
2:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[31415,["/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"YouTube · Settings · Muzical"}],["$","meta","1",{"name":"description","content":"YouTube Data API configuration for Muzical"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[31415,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"YouTube · Settings · Muzical"}],["$","meta","1",{"name":"description","content":"YouTube Data API configuration for Muzical"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/
|
|
3
|
-
3:I[80492,["/_next/static/chunks/
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
:
|
|
8
|
-
|
|
2
|
+
2:I[2263,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],""]
|
|
3
|
+
3:I[80492,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ThemeProvider"]
|
|
4
|
+
4:I[97446,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"AccentProvider"]
|
|
5
|
+
5:I[20498,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"PlaybackPreferencesProvider"]
|
|
6
|
+
6:I[40911,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"YoutubePreferencesProvider"]
|
|
7
|
+
7:I[70487,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"LibraryProvider"]
|
|
8
|
+
8:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
9
|
+
9:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
10
|
+
:HL["/_next/static/chunks/0ps~ft3qx-shn.css","style"]
|
|
11
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/00bzw__-m1fpe.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/05329099kf0o5.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0c5m3gpe71ppi.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased","children":["$","body",null,{"className":"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground","children":[["$","$L2",null,{"id":"app-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\"muzical.accent\");var ids=[\"amber\",\"orange\",\"rose\",\"red\",\"violet\",\"blue\",\"teal\",\"emerald\",\"custom\"];var shades=[\"50\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",\"950\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\"muzical.accentCustomPalette\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i<shades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)>=0?a:\"amber\");}}catch(e){}})();"}}],["$","div",null,{"className":"flex min-h-0 flex-1 flex-col","children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","template":["$","$L9",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/0ps~ft3qx-shn.css","style"]
|
|
2
2
|
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
3
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"youtube","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
4
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"youtube","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[53782,["/_next/static/chunks/
|
|
3
|
-
3:I[83775,["/_next/static/chunks/
|
|
2
|
+
2:I[53782,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js","/_next/static/chunks/073k~no118gmz.js"],"default"]
|
|
3
|
+
3:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"OutletBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/073k~no118gmz.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
6
6
|
5:null
|
package/.next/standalone/.next/server/app/settings/youtube.segments/settings/youtube.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[5233,["/_next/static/chunks/
|
|
3
|
-
3:I[73632,["/_next/static/chunks/
|
|
2
|
+
2:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
3
|
+
3:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[85876,["/_next/static/chunks/
|
|
3
|
-
3:I[5233,["/_next/static/chunks/
|
|
4
|
-
4:I[73632,["/_next/static/chunks/
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
2
|
+
2:I[85876,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js"],"default"]
|
|
3
|
+
3:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
4
|
+
4:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0dusa1wc1mnfl.js","async":true}]],["$","div",null,{"className":"flex h-full min-h-0 flex-1 flex-col","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/06c2c_.-4ag08.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/148g6~qgt.qca.js"/><script src="/_next/static/chunks/0i849itgt0bfo.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/0nh7t0mlv.533.js" async=""></script><script src="/_next/static/chunks/turbopack-0g-.7kit-b4.8.js" async=""></script><script src="/_next/static/chunks/0lse6x.rhc0i5.js" async=""></script><script src="/_next/static/chunks/05329099kf0o5.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/0d05.rh-.aulc.js" async=""></script><script src="/_next/static/chunks/0wvzb~7kpzo6n.js" async=""></script><script src="/_next/static/chunks/0y-bftn0gphdn.js" async=""></script><meta name="next-size-adjust" content=""/><title>Settings · Muzical</title><meta name="description" content="Configure Muzical on this device"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var s=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',s==='dark');}catch(e){}})();","id":"theme-init"}])</script><div class="flex min-h-0 flex-1 flex-col"><div class="flex h-full min-h-0 flex-1 flex-col"><div class="flex h-full min-h-0 flex-1 flex-col overflow-hidden bg-zinc-100 text-zinc-900 dark:bg-zinc-950 dark:text-zinc-100"><header class="flex shrink-0 items-center justify-between gap-4 border-b border-zinc-200 bg-white/90 px-6 py-4 backdrop-blur-sm dark:border-zinc-800/80 dark:bg-zinc-950/90"><div class="flex min-w-0 items-center gap-3"><a class="shrink-0 rounded-lg border border-zinc-200 bg-zinc-50 px-3 py-1.5 text-xs font-medium text-zinc-700 transition hover:bg-zinc-100 dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-300 dark:hover:bg-zinc-800" href="/">← Player</a><div class="min-w-0"><h1 class="truncate text-sm font-semibold tracking-tight">Settings</h1><p class="truncate text-xs text-zinc-500">Configure Muzical on this device.</p></div></div><button type="button" aria-label="Switch to dark theme" class="flex h-9 w-9 shrink-0 items-center justify-center rounded-full border border-zinc-200 bg-white text-zinc-600 shadow-sm transition hover:border-zinc-300 hover:bg-zinc-50 hover:text-zinc-900 dark:border-zinc-600 dark:bg-zinc-800 dark:text-zinc-300 dark:shadow-none dark:hover:border-zinc-500 dark:hover:bg-zinc-700 dark:hover:text-zinc-50"><svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="h-[18px] w-[18px]"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg></button></header><div class="flex min-h-0 w-full flex-1 overflow-hidden"><aside class="hidden w-44 shrink-0 border-r border-zinc-200 px-4 py-8 dark:border-zinc-800/80 sm:block"><nav aria-label="Settings sections" class="flex flex-col gap-1"><a aria-current="page" class="rounded-xl px-3 py-2.5 text-sm font-medium transition bg-amber-500/15 text-amber-900 dark:bg-amber-500/20 dark:text-amber-200" href="/settings">Overview</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/library">Library</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/youtube">YouTube</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/playback">Playback</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/display">Display</a></nav></aside><div class="flex min-h-0 min-w-0 flex-1 flex-col overflow-y-auto overscroll-contain"><div class="mb-6 px-6 pt-6 sm:hidden"><nav aria-label="Settings sections" class="flex flex-col gap-1"><a aria-current="page" class="rounded-xl px-3 py-2.5 text-sm font-medium transition bg-amber-500/15 text-amber-900 dark:bg-amber-500/20 dark:text-amber-200" href="/settings">Overview</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/library">Library</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/youtube">YouTube</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/playback">Playback</a><a class="rounded-xl px-3 py-2.5 text-sm font-medium transition text-zinc-600 hover:bg-zinc-100 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/display">Display</a></nav></div><div class="px-6 pb-8 pt-2 sm:pt-8"><div class="flex flex-col gap-8"><div><h2 class="text-lg font-semibold tracking-tight text-zinc-900 dark:text-zinc-100">Overview</h2><p class="mt-1 text-sm text-zinc-600 dark:text-zinc-400">Choose a section to configure your library or how Muzical looks.</p></div><ul class="flex flex-col gap-3" role="list"><li><a class="block rounded-2xl border border-zinc-200 bg-white p-5 shadow-sm transition hover:border-amber-500/40 hover:bg-amber-50/30 dark:border-zinc-800 dark:bg-zinc-900/40 dark:hover:border-amber-500/30 dark:hover:bg-amber-500/5" href="/settings/library"><span class="text-sm font-semibold text-zinc-900 dark:text-zinc-100">Library</span><p class="mt-1 text-sm leading-relaxed text-zinc-600 dark:text-zinc-400">Scan folders, rescan on startup, and manage configured directories.</p></a></li><li><a class="block rounded-2xl border border-zinc-200 bg-white p-5 shadow-sm transition hover:border-amber-500/40 hover:bg-amber-50/30 dark:border-zinc-800 dark:bg-zinc-900/40 dark:hover:border-amber-500/30 dark:hover:bg-amber-500/5" href="/settings/youtube"><span class="text-sm font-semibold text-zinc-900 dark:text-zinc-100">YouTube</span><p class="mt-1 text-sm leading-relaxed text-zinc-600 dark:text-zinc-400">YouTube Data API key for resolving MusicBrainz tracks to embeddable videos.</p></a></li><li><a class="block rounded-2xl border border-zinc-200 bg-white p-5 shadow-sm transition hover:border-amber-500/40 hover:bg-amber-50/30 dark:border-zinc-800 dark:bg-zinc-900/40 dark:hover:border-amber-500/30 dark:hover:bg-amber-500/5" href="/settings/playback"><span class="text-sm font-semibold text-zinc-900 dark:text-zinc-100">Playback</span><p class="mt-1 text-sm leading-relaxed text-zinc-600 dark:text-zinc-400">Restore your queue and playhead between sessions.</p></a></li><li><a class="block rounded-2xl border border-zinc-200 bg-white p-5 shadow-sm transition hover:border-amber-500/40 hover:bg-amber-50/30 dark:border-zinc-800 dark:bg-zinc-900/40 dark:hover:border-amber-500/30 dark:hover:bg-amber-500/5" href="/settings/display"><span class="text-sm font-semibold text-zinc-900 dark:text-zinc-100">Display</span><p class="mt-1 text-sm leading-relaxed text-zinc-600 dark:text-zinc-400">List density and other visual preferences in the player.</p></a></li></ul></div><!--$--><!--/$--></div></div></div></div></div></div><script src="/_next/static/chunks/148g6~qgt.qca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"\"]\n3:I[80492,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"ThemeProvider\"]\n4:I[70487,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"LibraryProvider\"]\n5:I[5233,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"default\"]\n6:I[73632,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"default\"]\n7:I[85876,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\",\"/_next/static/chunks/0wvzb~7kpzo6n.js\"],\"default\"]\n8:I[85567,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\",\"/_next/static/chunks/0wvzb~7kpzo6n.js\",\"/_next/static/chunks/0y-bftn0gphdn.js\"],\"default\"]\n9:I[83775,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[83775,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"ViewportBoundary\"]\ne:I[83775,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"MetadataBoundary\"]\n10:I[51709,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/06c2c_.-4ag08.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/06c2c_.-4ag08.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/05329099kf0o5.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0d05.rh-.aulc.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var s=localStorage.getItem(\\\"muzical-theme\\\");document.documentElement.classList.toggle('dark',s==='dark');}catch(e){}})();\"}}],[\"$\",\"div\",null,{\"className\":\"flex min-h-0 flex-1 flex-col\",\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wvzb~7kpzo6n.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"flex h-full min-h-0 flex-1 flex-col\",\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0y-bftn0gphdn.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/06c2c_.-4ag08.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"eETzs0f08QWh-CTCZlnTr\"}\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[31415,[\"/_next/static/chunks/0lse6x.rhc0i5.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0d05.rh-.aulc.js\"],\"IconMark\"]\nb:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Settings · Muzical\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Configure Muzical on this device\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0ps~ft3qx-shn.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/04-q~k1s4h2o9.js"/><script src="/_next/static/chunks/0i849itgt0bfo.js" async=""></script><script src="/_next/static/chunks/14z_1xu7t6lay.js" async=""></script><script src="/_next/static/chunks/0uezeykgodd86.js" async=""></script><script src="/_next/static/chunks/turbopack-0ctpbjx-g6dyl.js" async=""></script><script src="/_next/static/chunks/00bzw__-m1fpe.js" async=""></script><script src="/_next/static/chunks/05329099kf0o5.js" async=""></script><script src="/_next/static/chunks/0n~v8~rri7~t2.js" async=""></script><script src="/_next/static/chunks/0c5m3gpe71ppi.js" async=""></script><script src="/_next/static/chunks/0dusa1wc1mnfl.js" async=""></script><script src="/_next/static/chunks/0638t8cqzkdfe.js" async=""></script><meta name="next-size-adjust" content=""/><title>Settings · Muzical</title><meta name="description" content="Configure Muzical on this device"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var t=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\"muzical.accent\");var ids=[\"amber\",\"orange\",\"rose\",\"red\",\"violet\",\"blue\",\"teal\",\"emerald\",\"custom\"];var shades=[\"50\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",\"950\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\"muzical.accentCustomPalette\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i\u003cshades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)\u003e=0?a:\"amber\");}}catch(e){}})();","id":"app-init"}])</script><div class="flex min-h-0 flex-1 flex-col"><div class="flex h-full min-h-0 flex-1 flex-col"><div class="flex h-full min-h-0 flex-1 flex-col overflow-hidden bg-zinc-100 text-zinc-900 dark:bg-zinc-950 dark:text-zinc-100"><header class="flex shrink-0 items-center justify-between gap-4 border-b border-zinc-200 bg-white/90 px-6 py-4 backdrop-blur-sm dark:border-zinc-800/80 dark:bg-zinc-950/90"><div class="flex min-w-0 items-center gap-3"><a class="shrink-0 rounded-lg border border-zinc-200 bg-zinc-50 px-3 py-1.5 text-xs font-medium text-zinc-700 transition hover:bg-zinc-100 dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-300 dark:hover:bg-zinc-800" href="/">← Player</a><div class="min-w-0"><h1 class="truncate text-sm font-semibold tracking-tight">Settings</h1><p class="truncate text-xs text-zinc-500">Configure Muzical on this device.</p></div></div><button type="button" aria-label="Switch to dark theme" class="flex h-9 w-9 shrink-0 items-center justify-center rounded-full border border-zinc-200 bg-white text-zinc-600 shadow-sm transition hover:border-zinc-300 hover:bg-zinc-50 hover:text-zinc-900 dark:border-zinc-600 dark:bg-zinc-800 dark:text-zinc-300 dark:shadow-none dark:hover:border-zinc-500 dark:hover:bg-zinc-700 dark:hover:text-zinc-50"><svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="h-[18px] w-[18px]"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg></button></header><div class="flex min-h-0 w-full flex-1 overflow-hidden"><aside class="hidden w-36 shrink-0 border-r border-zinc-200 px-3 py-6 dark:border-zinc-800/80 sm:block"><nav aria-label="Settings sections"><ul class="overflow-hidden rounded-lg border border-zinc-200 bg-white dark:border-zinc-800 dark:bg-zinc-900/40 sm:border-0 sm:bg-transparent sm:dark:bg-transparent"><li><a aria-current="page" class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 bg-accent-500/15 text-accent-900 dark:bg-accent-500/20 dark:text-accent-200" href="/settings">Overview</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/library">Library</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/youtube">YouTube</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/lastfm">Last.fm</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/playback">Playback</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/browse">Browse</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/display">Display</a></li></ul></nav></aside><div class="flex min-h-0 min-w-0 flex-1 flex-col overflow-y-auto overscroll-contain"><div class="mb-4 px-4 pt-4 sm:hidden"><nav aria-label="Settings sections"><ul class="overflow-hidden rounded-lg border border-zinc-200 bg-white dark:border-zinc-800 dark:bg-zinc-900/40 sm:border-0 sm:bg-transparent sm:dark:bg-transparent"><li><a aria-current="page" class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 bg-accent-500/15 text-accent-900 dark:bg-accent-500/20 dark:text-accent-200" href="/settings">Overview</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/library">Library</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/youtube">YouTube</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/lastfm">Last.fm</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/playback">Playback</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/browse">Browse</a></li><li class="border-t border-zinc-200 dark:border-zinc-800 sm:border-t-0"><a class="block px-2.5 py-1.5 text-xs font-medium transition sm:rounded-lg sm:px-2 sm:py-1.5 text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-800/80 dark:hover:text-zinc-100" href="/settings/display">Display</a></li></ul></nav></div><div class="px-4 pb-6 pt-1 sm:px-6 sm:pb-8 sm:pt-6"><div class="max-w-xl"><p class="mb-3 text-xs text-zinc-500 dark:text-zinc-400">Configure your library and how Muzical behaves on this device.</p><ul class="overflow-hidden rounded-xl border border-zinc-200 bg-white dark:border-zinc-800 dark:bg-zinc-900/40" role="list"><li><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/library"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">Library</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">Scan folders, favorites export, rescan on startup, and configured directories.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li><li class="border-t border-zinc-200 dark:border-zinc-800"><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/youtube"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">YouTube</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">Data API key, queue video prefetch, and related YouTube options.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li><li class="border-t border-zinc-200 dark:border-zinc-800"><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/lastfm"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">Last.fm</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">API key for related song discovery via track.getSimilar.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li><li class="border-t border-zinc-200 dark:border-zinc-800"><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/playback"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">Playback</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">Queue restore, repeat, shuffle, speed, volume, seek steps, and auto-advance.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li><li class="border-t border-zinc-200 dark:border-zinc-800"><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/browse"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">Browse</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">Default Library, MusicBrainz, or YouTube tab when Muzical opens.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li><li class="border-t border-zinc-200 dark:border-zinc-800"><a class="flex items-center gap-3 px-3 py-2.5 text-left transition hover:bg-zinc-50 dark:hover:bg-zinc-800/60" href="/settings/display"><span class="min-w-0 flex-1"><span class="block text-sm font-medium text-zinc-900 dark:text-zinc-100">Display</span><span class="mt-0.5 block truncate text-xs text-zinc-500 dark:text-zinc-400">List density and other visual preferences in the player.</span></span><span class="shrink-0 text-zinc-400 dark:text-zinc-500" aria-hidden="true">›</span></a></li></ul></div><!--$--><!--/$--></div></div></div></div></div></div><script src="/_next/static/chunks/04-q~k1s4h2o9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2263,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"\"]\n3:I[80492,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"ThemeProvider\"]\n4:I[97446,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"AccentProvider\"]\n5:I[20498,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"PlaybackPreferencesProvider\"]\n6:I[40911,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"YoutubePreferencesProvider\"]\n7:I[70487,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"LibraryProvider\"]\n8:I[5233,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"default\"]\n9:I[73632,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"default\"]\na:I[85876,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\",\"/_next/static/chunks/0dusa1wc1mnfl.js\"],\"default\"]\nb:I[85567,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\",\"/_next/static/chunks/0dusa1wc1mnfl.js\",\"/_next/static/chunks/0638t8cqzkdfe.js\"],\"default\"]\nc:I[83775,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[83775,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"ViewportBoundary\"]\n11:I[83775,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"MetadataBoundary\"]\n13:I[51709,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0ps~ft3qx-shn.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ps~ft3qx-shn.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/00bzw__-m1fpe.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/05329099kf0o5.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0c5m3gpe71ppi.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"app-init\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem(\\\"muzical-theme\\\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\\\"muzical.accent\\\");var ids=[\\\"amber\\\",\\\"orange\\\",\\\"rose\\\",\\\"red\\\",\\\"violet\\\",\\\"blue\\\",\\\"teal\\\",\\\"emerald\\\",\\\"custom\\\"];var shades=[\\\"50\\\",\\\"200\\\",\\\"300\\\",\\\"400\\\",\\\"500\\\",\\\"600\\\",\\\"700\\\",\\\"800\\\",\\\"900\\\",\\\"950\\\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\\\"muzical.accentCustomPalette\\\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i\u003cshades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)\u003e=0?a:\\\"amber\\\");}}catch(e){}})();\"}}],[\"$\",\"div\",null,{\"className\":\"flex min-h-0 flex-1 flex-col\",\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0dusa1wc1mnfl.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"flex h-full min-h-0 flex-1 flex-col\",\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$L8\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$Lb\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0638t8cqzkdfe.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ps~ft3qx-shn.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"6R8dLcmFAc7AeUCNbCJAA\"}\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[31415,[\"/_next/static/chunks/00bzw__-m1fpe.js\",\"/_next/static/chunks/05329099kf0o5.js\",\"/_next/static/chunks/0n~v8~rri7~t2.js\",\"/_next/static/chunks/0c5m3gpe71ppi.js\"],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Settings · Muzical\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Configure Muzical on this device\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/
|
|
3
|
-
3:I[80492,["/_next/static/chunks/
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
8:I[
|
|
9
|
-
9:I[
|
|
10
|
-
a:"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
:
|
|
2
|
+
2:I[2263,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],""]
|
|
3
|
+
3:I[80492,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ThemeProvider"]
|
|
4
|
+
4:I[97446,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"AccentProvider"]
|
|
5
|
+
5:I[20498,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"PlaybackPreferencesProvider"]
|
|
6
|
+
6:I[40911,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"YoutubePreferencesProvider"]
|
|
7
|
+
7:I[70487,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"LibraryProvider"]
|
|
8
|
+
8:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
9
|
+
9:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
10
|
+
a:I[85876,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js"],"default"]
|
|
11
|
+
b:I[85567,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js","/_next/static/chunks/0638t8cqzkdfe.js"],"default"]
|
|
12
|
+
c:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"OutletBoundary"]
|
|
13
|
+
d:"$Sreact.suspense"
|
|
14
|
+
f:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ViewportBoundary"]
|
|
15
|
+
11:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"MetadataBoundary"]
|
|
16
|
+
13:I[51709,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default",1]
|
|
17
|
+
:HL["/_next/static/chunks/0ps~ft3qx-shn.css","style"]
|
|
15
18
|
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
19
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
|
-
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/00bzw__-m1fpe.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/05329099kf0o5.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0c5m3gpe71ppi.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased","children":["$","body",null,{"className":"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground","children":[["$","$L2",null,{"id":"app-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\"muzical.accent\");var ids=[\"amber\",\"orange\",\"rose\",\"red\",\"violet\",\"blue\",\"teal\",\"emerald\",\"custom\"];var shades=[\"50\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",\"950\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\"muzical.accentCustomPalette\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i<shades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)>=0?a:\"amber\");}}catch(e){}})();"}}],["$","div",null,{"className":"flex min-h-0 flex-1 flex-col","children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0dusa1wc1mnfl.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"flex h-full min-h-0 flex-1 flex-col","children":["$","$La",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/0638t8cqzkdfe.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
21
|
+
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
22
|
+
14:I[31415,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"IconMark"]
|
|
23
|
+
e:null
|
|
24
|
+
12:[["$","title","0",{"children":"Settings · Muzical"}],["$","meta","1",{"name":"description","content":"Configure Muzical on this device"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L14","3",{}]]
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2263,["/_next/static/chunks/
|
|
3
|
-
3:I[80492,["/_next/static/chunks/
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
8:I[
|
|
9
|
-
9:I[
|
|
10
|
-
a:"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
:
|
|
2
|
+
2:I[2263,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],""]
|
|
3
|
+
3:I[80492,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ThemeProvider"]
|
|
4
|
+
4:I[97446,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"AccentProvider"]
|
|
5
|
+
5:I[20498,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"PlaybackPreferencesProvider"]
|
|
6
|
+
6:I[40911,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"YoutubePreferencesProvider"]
|
|
7
|
+
7:I[70487,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"LibraryProvider"]
|
|
8
|
+
8:I[5233,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
9
|
+
9:I[73632,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default"]
|
|
10
|
+
a:I[85876,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js"],"default"]
|
|
11
|
+
b:I[85567,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js","/_next/static/chunks/0dusa1wc1mnfl.js","/_next/static/chunks/0638t8cqzkdfe.js"],"default"]
|
|
12
|
+
c:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"OutletBoundary"]
|
|
13
|
+
d:"$Sreact.suspense"
|
|
14
|
+
f:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"ViewportBoundary"]
|
|
15
|
+
11:I[83775,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"MetadataBoundary"]
|
|
16
|
+
13:I[51709,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"default",1]
|
|
17
|
+
:HL["/_next/static/chunks/0ps~ft3qx-shn.css","style"]
|
|
15
18
|
:HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
19
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
|
-
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/00bzw__-m1fpe.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/05329099kf0o5.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0n~v8~rri7~t2.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0c5m3gpe71ppi.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable h-full min-h-0 antialiased","children":["$","body",null,{"className":"flex h-full min-h-0 flex-col overflow-hidden bg-background font-sans text-foreground","children":[["$","$L2",null,{"id":"app-init","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"muzical-theme\");document.documentElement.classList.toggle('dark',t==='dark');var a=localStorage.getItem(\"muzical.accent\");var ids=[\"amber\",\"orange\",\"rose\",\"red\",\"violet\",\"blue\",\"teal\",\"emerald\",\"custom\"];var shades=[\"50\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",\"950\"];var r=document.documentElement;if(a==='custom'){r.setAttribute('data-accent','custom');var pal=localStorage.getItem(\"muzical.accentCustomPalette\");if(pal){try{var p=JSON.parse(pal);for(var i=0;i<shades.length;i++){var k=shades[i];if(typeof p[k]==='string')r.style.setProperty('--accent-'+k,p[k]);}}catch(e){}}}else{r.setAttribute('data-accent',ids.indexOf(a)>=0?a:\"amber\");}}catch(e){}})();"}}],["$","div",null,{"className":"flex min-h-0 flex-1 flex-col","children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/0dusa1wc1mnfl.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"flex h-full min-h-0 flex-1 flex-col","children":["$","$La",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/0638t8cqzkdfe.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0ps~ft3qx-shn.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"6R8dLcmFAc7AeUCNbCJAA"}
|
|
21
|
+
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
22
|
+
14:I[31415,["/_next/static/chunks/00bzw__-m1fpe.js","/_next/static/chunks/05329099kf0o5.js","/_next/static/chunks/0n~v8~rri7~t2.js","/_next/static/chunks/0c5m3gpe71ppi.js"],"IconMark"]
|
|
23
|
+
e:null
|
|
24
|
+
12:[["$","title","0",{"children":"Settings · Muzical"}],["$","meta","1",{"name":"description","content":"Configure Muzical on this device"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L14","3",{}]]
|