Merge pull request #197 from DavidARussell/issue131_fileFormat_display
Use original file type for display formatting
This commit is contained in:
@@ -697,7 +697,7 @@ public class PlayQueueService {
|
||||
}
|
||||
|
||||
private String formatFormat(Player player, MediaFile file) {
|
||||
return transcodingService.getSuffix(player, file, null);
|
||||
return file.getFormat();
|
||||
}
|
||||
|
||||
private String formatContentType(String format) {
|
||||
|
||||
Reference in New Issue
Block a user