mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-04-11 17:37:20 +10:00
Support v1.2.32.985.g3be2709c
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<center>
|
||||
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
|
||||
<p align="center">
|
||||
<strong>Latest supported version:</strong> 1.2.31.1205.g4d59ad7c
|
||||
<strong>Latest supported version:</strong> 1.2.32.985.g3be2709c
|
||||
</p>
|
||||
</center>
|
||||
|
||||
|
||||
4
spotx.sh
4
spotx.sh
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
buildVer="1.2.31.1205.g4d59ad7c"
|
||||
buildVer="1.2.32.985.g3be2709c"
|
||||
|
||||
case $(uname | tr '[:upper:]' '[:lower:]') in
|
||||
darwin*) platformType='macOS' ;;
|
||||
@@ -702,7 +702,7 @@ defaultExperimentals=(
|
||||
's|video label for search results",default:\K!1|true|s' #enableVideoLabelForSearchResults
|
||||
's|desktop picture-in-picture surface using betamax SDK.",default:\K!1|true|s' #enableVideoPip
|
||||
's|list . compact mode in entity pages",default:\K!1|true|s' #enableViewMode
|
||||
's|Watch Feed feature",default:\K!1|true|s' enableWatchFeed
|
||||
's|Watch Feed feature",default:\K!1|true|s' #enableWatchFeed
|
||||
's|what.s new feed panel",default:\K!1|true|s' #enableWhatsNewFeed
|
||||
's|Whats new feed in the main view",default:\K!1|true|s' #enableWhatsNewFeedMainView
|
||||
's|Your Library X Enhancements",default:\K!1|true|s' #enableYLXEnhancements
|
||||
|
||||
Reference in New Issue
Block a user