🔀 Merge database system from spotube
This commit is contained in:
3
lib/services/song_link/song_link.g.dart
Executable file → Normal file
3
lib/services/song_link/song_link.g.dart
Executable file → Normal file
@ -6,7 +6,8 @@ part of 'song_link.dart';
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
_$SongLinkImpl _$$SongLinkImplFromJson(Map json) => _$SongLinkImpl(
|
||||
_$SongLinkImpl _$$SongLinkImplFromJson(Map<String, dynamic> json) =>
|
||||
_$SongLinkImpl(
|
||||
displayName: json['displayName'] as String,
|
||||
linkId: json['linkId'] as String,
|
||||
platform: json['platform'] as String,
|
||||
|
Reference in New Issue
Block a user