fixed recently played songs and recently played artists

#793 #789
This commit is contained in:
amd64fox
2025-11-13 14:45:20 +03:00
parent 014e49f426
commit bf78e900b6
2 changed files with 14 additions and 2 deletions

View File

@@ -1944,11 +1944,20 @@
"block_gabo": { "block_gabo": {
"version": { "version": {
"fr": "1.1.59", "fr": "1.1.59",
"to": "" "to": "1.2.73"
}, },
"add": "dodo(?=.receiver-service)", "add": "dodo(?=.receiver-service)",
"match": "gabo(?=.receiver-service)", "match": "gabo(?=.receiver-service)",
"replace": "dodo" "replace": "dodo"
},
"block_gabo2": {
"version": {
"fr": "1.2.74",
"to": ""
},
"add": "dodo(?=.receiver-service(?:/public|[^/]))",
"match": "gabo(?=.receiver-service(?:/public|[^/]))",
"replace": "dodo"
} }
}, },
"themelyrics": { "themelyrics": {

View File

@@ -2294,7 +2294,10 @@ $regex1 = $old -notmatch $webjson.others.binary.block_update.add
$regex2 = $old -notmatch $webjson.others.binary.block_slots.add $regex2 = $old -notmatch $webjson.others.binary.block_slots.add
$regex3 = $old -notmatch $webjson.others.binary.block_slots_2.add $regex3 = $old -notmatch $webjson.others.binary.block_slots_2.add
$regex4 = $old -notmatch $webjson.others.binary.block_slots_3.add $regex4 = $old -notmatch $webjson.others.binary.block_slots_3.add
$regex5 = $old -notmatch $webjson.others.binary.block_gabo.add $regex5 = $old -notmatch $(
if ([version]$offline -gt [version]'1.2.73.474') { $webjson.others.binary.block_gabo2.add }
else { $webjson.others.binary.block_gabo.add }
)
if ($regex1 -and $regex2 -and $regex3 -and $regex4 -and $regex5) { if ($regex1 -and $regex2 -and $regex3 -and $regex4 -and $regex5) {