Added hint for tvdb: imdb: search prefixes. Also fixed the series title overflow issue.

This commit is contained in:
Taloth Saldono 2014-07-16 23:25:36 +02:00
parent 8f192e635f
commit 981ffb09fc
8 changed files with 51 additions and 6 deletions

View file

@ -5,7 +5,7 @@ define(
], function (TemplatedCell) {
return TemplatedCell.extend({
className: 'series-title',
className: 'series-title-cell',
template : 'System/Backup/BackupFilenameCellTemplate'
});