VDSoft / TheTVDBApi

A .NET api for the TheTVDB.com database
GNU General Public License v3.0
5 stars 8 forks source link

Unsafe date parsing in Series.cs and invalid array addressing in SeriesDetails.cs. #13

Open bartuszekj opened 4 years ago

bartuszekj commented 4 years ago

I've had an issue using this library when trying to retrieve info about https://www.thetvdb.com/series/community. The changes in this fork/commit attempt to fix the problems.

Hope this helps.