Skip to content
Snippets Groups Projects
Commit 6fe28f97 authored by Thomas Nigro's avatar Thomas Nigro
Browse files

Fix conditional issue

parent a3e81683
No related branches found
Tags 1.3.1
No related merge requests found
......@@ -184,7 +184,7 @@ namespace VLC_WinRT.Helpers.MusicLibrary
await Locator.MediaPlaybackViewModel.ContinueIndexing.Task;
Locator.MediaPlaybackViewModel.ContinueIndexing = null;
}
if (musicFolder.Name == Strings.PodcastFolderName)
if (musicFolder.Name != Strings.PodcastFolderName)
{
var folders = await musicFolder.GetFoldersAsync();
if (folders.Any())
......
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