Snapcast text notify working
This commit is contained in:
@ -33,7 +33,7 @@ namespace unison
|
||||
CanExecuteFunc = () => true
|
||||
};
|
||||
|
||||
public static string SnapcastText
|
||||
public string SnapcastText
|
||||
{
|
||||
get
|
||||
{
|
||||
@ -75,7 +75,7 @@ namespace unison
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
protected virtual void OnPropertyChanged(string propertyName)
|
||||
public virtual void OnPropertyChanged(string propertyName)
|
||||
{
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
Reference in New Issue
Block a user