mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-05 18:49:06 +08:00
fix: 解决某些歌曲(如已购专辑)能播放但仍然变灰的问题 (#1173)
This commit is contained in:
@@ -9,6 +9,9 @@ export function isTrackPlayable(track) {
|
||||
playable: true,
|
||||
reason: '',
|
||||
};
|
||||
if (track?.privilege?.pl > 0) {
|
||||
return result;
|
||||
}
|
||||
// cloud storage judgement logic
|
||||
if (isAccountLoggedIn() && track?.privilege?.cs) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user