You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/spotify-cli-flags.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
27
27
|`--enable-audio-graph`||
28
28
|`--enable-cef-views`||
29
29
|`--enable-chrome-runtime`| Switches runtime from Alloy to Chrome on Spotify versions below 1.2.34. See [this issue on GitHub](https://github.com/chromiumembedded/cef/issues/3685) for details about the differences. |
30
-
|`--enable-developer-mode`| Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
30
+
|`--enable-developer-mode`| Used to enable the developer mode like `spicetify enable-devtools`. Stopped working long time ago. |
31
31
|`--event-sender-send-interval`||
32
32
|`--experimental-languages`||
33
33
|`--experimental-network`||
@@ -46,7 +46,7 @@ description: 🚩 Flags to alter the behavior of the Spotify.
46
46
|`--protocol-uri=<uri>`| Identical to --uri, but only used from the Windows protocol handler, so we can apply extra security restrictions. |
47
47
|`--remote-allow-origins=<url>`| Required to use remote debugging since Spotify 1.2.8 due to security changes in Chromium 111. Example configuration: `--remote-debugging-port=8088 \| --remote-allow-origins=http://localhost:8088`. |
0 commit comments