/// <summary> /// Sets the dispatcher for playlist updater. This method needs to be called before using list. /// </summary> /// <param name="dispatcher"></param> public void SetDispatcher(Dispatcher dispatcher) { playListController.SetDispatcher(dispatcher); }