Skip to content

Commit

Permalink
removed uneccessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Mar 21, 2023
1 parent 526322b commit ce5ca06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/services/offline_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Future<List<AudioModel>> getMusic({searchQuery}) async {
final allSongs = await _audioQuery.querySongs(
filter: MediaFilter.forSongs(
audioSortType: AudioSortType.TITLE,
orderType: OrderType.ASC_OR_SMALLER,
ignoreCase: true,
toQuery: const {},
toRemove: const {},
type: const {AudioType.IS_MUSIC: true},
),
);
Expand Down

0 comments on commit ce5ca06

Please sign in to comment.