do not show the error toast at getting folders to scan

This commit is contained in:
tibbi 2020-02-23 10:42:04 +01:00
parent 063dd07238
commit 7be86580d7
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ class MediaFetcher(val context: Context) {
val includedPaths = config.includedFolders
folders.filter { it.shouldFolderBeVisible(excludedPaths, includedPaths, shouldShowHidden) }.toMutableList() as ArrayList<String>
} catch (e: Exception) {
context.showErrorToast(e)
ArrayList()
}
}