DNIStream / dni.website

Documentation Not Included website & API code, including dockerised deployment.
http://www.dnistream.live
MIT License
3 stars 0 forks source link

Feature/issue 53 bug fix #54

Closed Bidthedog closed 5 years ago

Bidthedog commented 5 years ago

Fixes issue with decimal key matching causing the full outer join in ShowListService to treat v2.1 as the same version as 2.10. Changed Version decimal key to string and added test to catch this scenario.

Also moved some functions out of ShowListService into their respective PodcastShow and VodcastShow classes and marked the properties as Ignore for JSON deserialisation purposes.