Correct errors

This commit is contained in:
Godzil
2016-08-22 12:21:17 +02:00
parent b7d496fc9d
commit 8371d68113
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ interface IEpisodePlayer {
data: string;
};
video: {
mode: string;
file: string;
host: string;
};