Cleaning up

This commit is contained in:
Zoe Roux
2020-04-27 00:18:41 +02:00
parent 3a0061d379
commit aa0c672d42
15 changed files with 61 additions and 1301 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Kyoo.Models
{
public enum ImageType { Poster, Background, Thumbnail, Logo }
public enum ImageType { Poster, Background, Logo }
}