Media type clip fixes

This commit is contained in:
JonnyWong16 2017-02-26 16:11:18 -08:00
commit 989ebcd3b7
2 changed files with 5 additions and 3 deletions

View file

@ -148,7 +148,7 @@ DOCUMENTATION :: END
Stream &nbsp;<strong>Direct Play</strong>
% endif
<br />
% if data['media_type'] in ('movie', 'episode'):
% if data['media_type'] in ('movie', 'episode', 'clip'):
% if data['video_decision'] == 'transcode':
Video &nbsp;<strong>Transcode (${data['transcode_video_codec']}) (${data['transcode_width']}x${data['transcode_height']})</strong>
% elif data['video_decision'] == 'copy':
@ -158,7 +158,7 @@ DOCUMENTATION :: END
% endif
<br />
% endif
% if data['media_type'] in ('movie', 'episode', 'track'):
% if data['media_type'] in ('movie', 'episode', 'clip', 'track'):
% if data['audio_decision'] == 'transcode':
Audio &nbsp;<strong>Transcode (${data['transcode_audio_codec']}) (${data['transcode_audio_channels']}ch)</strong>
% elif data['audio_decision'] == 'copy':