mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fixes
This commit is contained in:
parent
57e3a2d382
commit
a62ec0c27e
|
@ -593,7 +593,7 @@ function autoplay_blocked() {
|
|||
["tags", "tags", "tags contains (^=start, end=$)", "46"]
|
||||
]);
|
||||
sconf.push(["adv.",
|
||||
["adv", "adv", "key=5A .bpm>159 .bpm<169", "46"]
|
||||
["adv", "adv", "key>=1A key<=2B .bpm>165", "46"]
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
@ -169,6 +169,7 @@ done
|
|||
sed -r '/edit2">edit \(fancy/d' <$f >t && tmv "$f"
|
||||
}
|
||||
|
||||
[ $repack ] ||
|
||||
find | grep -E '\.py$' |
|
||||
grep -vE '__version__' |
|
||||
tr '\n' '\0' |
|
||||
|
|
Loading…
Reference in a new issue