Use original file type for display formatting
The bitrate column uses the original file, so the file type column should do the same for consistency. Fixes #131 Signed-off-by: David Russell <david.russell.scotland@gmail.com>
This commit is contained in:
@@ -697,7 +697,7 @@ public class PlayQueueService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String formatFormat(Player player, MediaFile file) {
|
private String formatFormat(Player player, MediaFile file) {
|
||||||
return transcodingService.getSuffix(player, file, null);
|
return file.getFormat();
|
||||||
}
|
}
|
||||||
|
|
||||||
private String formatContentType(String format) {
|
private String formatContentType(String format) {
|
||||||
|
|||||||
Reference in New Issue
Block a user