mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix: go to track album shows up for local tracks
This commit is contained in:
parent
bd511584e7
commit
b211813213
@ -335,7 +335,7 @@ class TrackOptions extends HookConsumerWidget {
|
|||||||
leading: const Icon(SpotubeIcons.trash),
|
leading: const Icon(SpotubeIcons.trash),
|
||||||
title: Text(context.l10n.delete),
|
title: Text(context.l10n.delete),
|
||||||
),
|
),
|
||||||
if (mediaQuery.smAndDown)
|
if (mediaQuery.smAndDown && !isLocalTrack)
|
||||||
PopSheetEntry(
|
PopSheetEntry(
|
||||||
value: TrackOptionValue.album,
|
value: TrackOptionValue.album,
|
||||||
leading: const Icon(SpotubeIcons.album),
|
leading: const Icon(SpotubeIcons.album),
|
||||||
|
Loading…
Reference in New Issue
Block a user