apply suggestion change
This commit is contained in:
@@ -272,13 +272,13 @@ define(['apphost', 'globalize'], function (appHost, globalize) {
|
||||
|
||||
canRate: function (item) {
|
||||
|
||||
if (item.Type === 'Program' ||
|
||||
item.Type === 'Timer' ||
|
||||
item.Type === 'SeriesTimer' ||
|
||||
item.Type === 'CollectionFolder' ||
|
||||
item.Type === 'UserView' ||
|
||||
item.Type === 'Channel' ||
|
||||
!item.UserData) {
|
||||
if (item.Type === 'Program'
|
||||
|| item.Type === 'Timer'
|
||||
|| item.Type === 'SeriesTimer'
|
||||
|| item.Type === 'CollectionFolder'
|
||||
|| item.Type === 'UserView'
|
||||
|| item.Type === 'Channel'
|
||||
|| !item.UserData) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user