Use video_full_resolution in stream data modal

This commit is contained in:
JonnyWong16 2019-09-27 13:04:40 -07:00
parent 7974e9505b
commit 57eb57d4d7
2 changed files with 9 additions and 9 deletions

View file

@ -96,8 +96,8 @@ DOCUMENTATION :: END
% if data['media_type'] != 'track':
<tr>
<td>Resolution</td>
<td>${VIDEO_RESOLUTION_OVERRIDES.get(data['stream_video_resolution'], data['stream_video_resolution'])}</td>
<td>${VIDEO_RESOLUTION_OVERRIDES.get(data['video_resolution'], data['video_resolution'])}</td>
<td>${data['stream_video_full_resolution']}</td>
<td>${data['video_full_resolution']}</td>
</tr>
% endif
<tr>