Skip to content
Snippets Groups Projects
Commit 7158c0e6 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Compute headers when opening network folder

parent 5f01912d
No related branches found
No related tags found
1 merge request!218Fix for beta
......@@ -77,6 +77,7 @@ class NetworkProvider(context: Context, dataset: LiveDataset<MediaLibraryItem>,
dataset.value = list as MutableList<MediaLibraryItem>
removeList(url)
parseSubDirectories()
computeHeaders(list as MutableList<MediaLibraryItem>)
}
else -> super.refresh()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment