mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
fix: corrected folder navigation, now displaying correct subfolders
This commit is contained in:
parent
1a75369591
commit
2a74f51f8d
3 changed files with 6 additions and 4 deletions
|
|
@ -23,8 +23,8 @@ public class IndexViewModel extends AndroidViewModel {
|
|||
directoryRepository = new DirectoryRepository();
|
||||
}
|
||||
|
||||
public MutableLiveData<Indexes> getIndexes() {
|
||||
return directoryRepository.getIndexes(null, null);
|
||||
public MutableLiveData<Indexes> getIndexes(String musicFolderId) {
|
||||
return directoryRepository.getIndexes(musicFolderId, null);
|
||||
}
|
||||
|
||||
public String getMusicFolderName() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue