diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-15 11:00:25 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:51 +0100 |
commit | 608624252466acf9f1d9ee1c1170bd4fe4d18d18 (patch) | |
tree | 47eab55bb5421b7fe88e0b2ac743a436fd9561cf /shared/models/videos | |
parent | 51548b31815c6f96f314ae96588a9adca150519d (diff) | |
download | PeerTube-608624252466acf9f1d9ee1c1170bd4fe4d18d18.tar.gz PeerTube-608624252466acf9f1d9ee1c1170bd4fe4d18d18.tar.zst PeerTube-608624252466acf9f1d9ee1c1170bd4fe4d18d18.zip |
Rename Pod -> Server
Diffstat (limited to 'shared/models/videos')
-rw-r--r-- | shared/models/videos/video-abuse.model.ts | 2 | ||||
-rw-r--r-- | shared/models/videos/video.model.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shared/models/videos/video-abuse.model.ts b/shared/models/videos/video-abuse.model.ts index e005a1fd5..38041e491 100644 --- a/shared/models/videos/video-abuse.model.ts +++ b/shared/models/videos/video-abuse.model.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | export interface VideoAbuse { | 1 | export interface VideoAbuse { |
2 | id: number | 2 | id: number |
3 | reporterPodHost: string | 3 | reporterServerHost: string |
4 | reason: string | 4 | reason: string |
5 | reporterUsername: string | 5 | reporterUsername: string |
6 | videoId: number | 6 | videoId: number |
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 0606f1aec..08b29425c 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -26,7 +26,7 @@ export interface Video { | |||
26 | duration: number | 26 | duration: number |
27 | isLocal: boolean | 27 | isLocal: boolean |
28 | name: string | 28 | name: string |
29 | podHost: string | 29 | serverHost: string |
30 | tags: string[] | 30 | tags: string[] |
31 | thumbnailPath: string | 31 | thumbnailPath: string |
32 | previewPath: string | 32 | previewPath: string |