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
+4 -1
View File
@@ -2294,7 +2294,10 @@ $regex1 = $old -notmatch $webjson.others.binary.block_update.add
$regex2 = $old -notmatch $webjson.others.binary.block_slots.add
$regex3 = $old -notmatch $webjson.others.binary.block_slots_2.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) {