Use owner instead of shared flag when fetching albums.
This commit is contained in:
@@ -13,6 +13,7 @@ abstract interface class IAlbumRepository implements IDatabaseRepository {
|
||||
String name, {
|
||||
bool? shared,
|
||||
bool? remote,
|
||||
bool? owner,
|
||||
});
|
||||
|
||||
Future<List<Album>> getAll({
|
||||
|
||||
Reference in New Issue
Block a user