Skip to content

Commit

Permalink
change transcode downloads to ask by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Nov 11, 2024
1 parent c9e256f commit 854e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/finamp_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const _swipeInsertQueueNext = true;
const _defaultLoopMode = FinampLoopMode.none;
const _defaultPlaybackSpeed = 1.0;
const _autoLoadLastQueueOnStartup = true;
const _shouldTranscodeDownloadsDefault = TranscodeDownloadsSetting.never;
const _shouldTranscodeDownloadsDefault = TranscodeDownloadsSetting.ask;
const _shouldRedownloadTranscodesDefault = false;
const _defaultResyncOnStartup = true;
const _fixedGridTileSizeDefault = 150;
Expand Down

0 comments on commit 854e111

Please sign in to comment.