Skip to content

Commit

Permalink
Realign.
Browse files Browse the repository at this point in the history
  • Loading branch information
Komodo5197 committed May 23, 2024
1 parent de022dd commit eb22e76
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/components/AlbumScreen/download_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ class DownloadDialog extends StatefulWidget {
bool needTranscode = FinampSettingsHelper
.finampSettings.shouldTranscodeDownloads ==
TranscodeDownloadsSetting.ask &&
(
// Skip asking for transcode for image only collection
item.finampCollection?.type != FinampCollectionType.libraryImages ||
// Skip asking for transcode for metadata +image collection
(item.finampCollection?.type !=
FinampCollectionType.allPlaylistsMetadata));
// Skip asking for transcode for image only collection
(item.finampCollection?.type != FinampCollectionType.libraryImages ||
// Skip asking for transcode for metadata +image collection
item.finampCollection?.type !=
FinampCollectionType.allPlaylistsMetadata);
String? downloadLocation =
FinampSettingsHelper.finampSettings.defaultDownloadLocation;
if (!FinampSettingsHelper.finampSettings.downloadLocationsMap
Expand Down

0 comments on commit eb22e76

Please sign in to comment.