mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-04 17:16:50 +02:00
fix(library): sync track playback controls
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
part of 'queue_tab.dart';
|
||||
|
||||
extension _QueueTabNavigation on _QueueTabState {
|
||||
String _libraryPlaybackMediaId(UnifiedLibraryItem item) {
|
||||
return item.historyItem?.id ?? item.localItem?.id ?? item.id;
|
||||
}
|
||||
|
||||
Future<void> _openFile(
|
||||
String filePath, {
|
||||
String title = '',
|
||||
|
||||
Reference in New Issue
Block a user