mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
active source switching and reactivity
This commit is contained in:
14
lib/database/dao/sources_dao.g.dart
Normal file
14
lib/database/dao/sources_dao.g.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'sources_dao.dart';
|
||||
|
||||
// ignore_for_file: type=lint
|
||||
mixin _$SourcesDaoMixin on DatabaseAccessor<SubtracksDatabase> {
|
||||
Sources get sources => attachedDatabase.sources;
|
||||
SubsonicSettings get subsonicSettings => attachedDatabase.subsonicSettings;
|
||||
Artists get artists => attachedDatabase.artists;
|
||||
Albums get albums => attachedDatabase.albums;
|
||||
Playlists get playlists => attachedDatabase.playlists;
|
||||
PlaylistSongs get playlistSongs => attachedDatabase.playlistSongs;
|
||||
Songs get songs => attachedDatabase.songs;
|
||||
}
|
||||
Reference in New Issue
Block a user