[F] Fix type problem

This commit is contained in:
Hykilpikonna
2019-12-25 16:37:16 -05:00
parent 5f0ba59c16
commit baa1de10e1
+1 -1
View File
@@ -13,7 +13,7 @@ class Artwork
title: string; title: string;
description: string; description: string;
type: string; type: any;
video: boolean; video: boolean;
url: string; url: string;