Skip to content

Commit

Permalink
💄 Downgrade kugou source
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSheep2Code committed Sep 8, 2024
1 parent 70ea029 commit e0c9eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/services/sourced_track/sourced_track.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
_ =>
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -180,4 +180,3 @@ flutter_native_splash:
color: "#fef8f5"
color_dark: "#18120d"
image: assets/icon-w-shadow.png

0 comments on commit e0c9eda

Please sign in to comment.