Proper set of finish check

This commit is contained in:
Ruud
2012-05-05 23:01:53 +02:00
parent c5e273d616
commit 4bc3f33d92
@@ -69,7 +69,7 @@ var Movie = new Class({
self.profile.getTypes().each(function(type){
var q = self.addQuality(type.quality_id || type.get('quality_id'));
if(type.finish || type.get('finish'))
if(type.finish == true || type.get('finish'))
q.addClass('finish');
});