1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00

Revert TMDBResources

This commit is contained in:
Devin Buhl 2017-01-13 17:56:34 -05:00
parent d0c93759c6
commit e9b6c250f7

View file

@ -34,7 +34,6 @@ public class MovieResult
public int vote_count { get; set; }
public bool video { get; set; }
public float vote_average { get; set; }
public string Slug { get; set; }
}