💄 Downgrade kugou source
This commit is contained in:
parent
70ea02962f
commit
e0c9edad78
@ -170,7 +170,7 @@ abstract class SourcedTrack extends Track {
|
|||||||
|
|
||||||
return switch (audioSource) {
|
return switch (audioSource) {
|
||||||
AudioSource.netease =>
|
AudioSource.netease =>
|
||||||
await fetchFromTrack(track: track, fallbackTo: AudioSource.kugou),
|
await fetchFromTrack(track: track, fallbackTo: AudioSource.youtube),
|
||||||
AudioSource.kugou =>
|
AudioSource.kugou =>
|
||||||
await fetchFromTrack(track: track, fallbackTo: AudioSource.youtube),
|
await fetchFromTrack(track: track, fallbackTo: AudioSource.youtube),
|
||||||
_ =>
|
_ =>
|
||||||
|
@ -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
|
# 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
|
# 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.
|
# 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:
|
environment:
|
||||||
sdk: ^3.5.0
|
sdk: ^3.5.0
|
||||||
@ -180,4 +180,3 @@ flutter_native_splash:
|
|||||||
color: "#fef8f5"
|
color: "#fef8f5"
|
||||||
color_dark: "#18120d"
|
color_dark: "#18120d"
|
||||||
image: assets/icon-w-shadow.png
|
image: assets/icon-w-shadow.png
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user