Moved playlist commands to view model.
This commit is contained in:
@@ -95,11 +95,11 @@ public class BassAudioEngine : IAudioEngine, IDisposable
|
||||
_mediaPlayer.PropertyChanged += OnMediaPlayerPropertyChanged;
|
||||
|
||||
List<string> supportedFormats = [.. Bass.SupportedFormats.Split(';')];
|
||||
supportedFormats.Add(".aac");
|
||||
supportedFormats.Add(".m4a");
|
||||
supportedFormats.Add(".flac");
|
||||
supportedFormats.Add(".opus");
|
||||
supportedFormats.Add(".wma");
|
||||
//supportedFormats.Add(".aac");
|
||||
//supportedFormats.Add(".m4a");
|
||||
supportedFormats.Add("*.flac");
|
||||
//supportedFormats.Add(".opus");
|
||||
//supportedFormats.Add(".wma");
|
||||
|
||||
SupportedFormats = [.. supportedFormats];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user