Skip to content

Commit

Permalink
Update BaseTrackFolderFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored Sep 15, 2024
1 parent bb01c67 commit cd0a0b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ protected List<Object> getAdapterItems() {
tracksGroup = smartFolder;
}
if (tracksGroup != null) {
items.add(selectedFolder.TrackFolderAnalysis());
items.add(selectedFolder.getFolderAnalysis());
}
}
}
Expand Down

0 comments on commit cd0a0b4

Please sign in to comment.