Skip to content

Commit

Permalink
chore: disable crossfade for youtube
Browse files Browse the repository at this point in the history
still has some issues, and doesnt feel like its worth
  • Loading branch information
MSOB7YY committed Dec 1, 2023
1 parent e22c223 commit dc07003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller/audio_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ class NamidaAudioVideoHandler<Q extends Playable> extends BasicAudioHandler<Q> {
bool get defaultSkipSilenceEnabled => settings.playerSkipSilenceEnabled.value;

@override
bool get enableCrossFade => settings.enableCrossFade.value;
bool get enableCrossFade => settings.enableCrossFade.value && currentQueueYoutubeID.isEmpty;

@override
int get defaultCrossFadeMilliseconds => settings.crossFadeDurationMS.value;
Expand Down

0 comments on commit dc07003

Please sign in to comment.