mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Fix mobile app submodule initialization and cleanup
- Removed incorrect swingmusic_mobile directory - Properly initialized swingmusic_mobile submodule from swingmusic-mobile.git - Clean submodule configuration for unified release workflow
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
class SearchSuggestion {
|
||||
final String id;
|
||||
final String title;
|
||||
final String? imageUrl;
|
||||
final String type; // 'track', 'album', 'artist', 'playlist'
|
||||
final dynamic data;
|
||||
|
||||
SearchSuggestion({
|
||||
required this.id,
|
||||
required this.title,
|
||||
this.imageUrl,
|
||||
required this.type,
|
||||
this.data,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user