LunaTTvBot / LunaBot

0 stars 1 forks source link

Fix crash when starting without Config #110

Closed CapCalamity closed 7 years ago

CapCalamity commented 7 years ago

When updating the ChatterList in the StartPage, we access the ChannelList property without checking for null - possibly resulting in a call of First() on an empty list. This would cause a crash.

iPaat commented 7 years ago

Thanks a lot for this fix!