forked from 0x2620/pandora
poster browser: use multiplication sign for dimensions
This commit is contained in:
parent
11efe26644
commit
3cc184b519
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ pandora.ui.infoView = function(data) {
|
|||
return {
|
||||
height: ratio <= 1 ? size : size / ratio,
|
||||
id: data['id'],
|
||||
info: data.width + ' x ' + data.height + ' px',
|
||||
info: data.width + ' × ' + data.height + ' px',
|
||||
title: ui.icons == 'posters' ? data.source : Ox.formatDuration(data.position),
|
||||
url: data.url.replace('http://', '//'),
|
||||
width: ratio >= 1 ? size : size * ratio
|
||||
|
|
Loading…
Reference in a new issue