TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 51 forks source link

Fix null ref error and video playback events #38

Closed vaindil closed 5 years ago

vaindil commented 5 years ago

ListenToVideoPlayback doesn't add a value to _topicToChannelId because the topic uses channel name, not ID. An exception was being thrown as a result when a video playback message was received. This fixes that and lets video playback events work again.

Fixes TwitchLib/TwitchLib#453.