💄 Downgrade kugou source

This commit is contained in:
LittleSheep 2024-09-08 22:24:10 +08:00
parent 70ea02962f
commit e0c9edad78
2 changed files with 2 additions and 3 deletions

View File

@ -170,7 +170,7 @@ abstract class SourcedTrack extends Track {
return switch (audioSource) {
AudioSource.netease =>
await fetchFromTrack(track: track, fallbackTo: AudioSource.kugou),
await fetchFromTrack(track: track, fallbackTo: AudioSource.youtube),
AudioSource.kugou =>
await fetchFromTrack(track: track, fallbackTo: AudioSource.youtube),
_ =>

View File

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+15
version: 1.0.0+16
environment:
sdk: ^3.5.0
@ -180,4 +180,3 @@ flutter_native_splash:
color: "#fef8f5"
color_dark: "#18120d"
image: assets/icon-w-shadow.png