mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45: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),
|
||||
title: Text(context.l10n.delete),
|
||||
),
|
||||
if (mediaQuery.smAndDown)
|
||||
if (mediaQuery.smAndDown && !isLocalTrack)
|
||||
PopSheetEntry(
|
||||
value: TrackOptionValue.album,
|
||||
leading: const Icon(SpotubeIcons.album),
|
||||
|
Loading…
Reference in New Issue
Block a user