mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Code cleanup, fix playback again
This commit is contained in:
@@ -636,7 +636,7 @@ namespace RedBookPlayer.GUI.ViewModels
|
||||
ImagePath = _player.ImagePath;
|
||||
Initialized = _player.Initialized;
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(ImagePath) && Initialized)
|
||||
if(!string.IsNullOrWhiteSpace(ImagePath) && Initialized)
|
||||
{
|
||||
Dispatcher.UIThread.InvokeAsync(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user