Merge pull request #6 from SpotX-CLI/jet-patch-1

update xpui detection
This commit is contained in:
jetfir3 2022-10-22 21:06:52 -04:00 committed by GitHub
commit 6b39394041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,8 +100,8 @@ echo
# xpui detection # xpui detection
if [[ ! -f "${XPUI_SPA}" ]]; then if [[ ! -f "${XPUI_SPA}" ]]; then
echo "xpui not found, skipping xpui patches..." echo - e "\nxpui not found!\nReinstall Spotify then try again.\nExiting...\n"
XPUI_SKIP="true" exit
else else
if [[ "${FORCE_FLAG}" == "false" ]]; then if [[ "${FORCE_FLAG}" == "false" ]]; then
if [[ -f "${XPUI_BAK}" ]]; then if [[ -f "${XPUI_BAK}" ]]; then