update messages on pluginspage.js
This commit is contained in:
@@ -2382,7 +2382,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
renderGenres: function (elem, item, context) {
|
||||
renderGenres: function (elem, item, context, limit) {
|
||||
|
||||
var html = '';
|
||||
|
||||
@@ -2390,6 +2390,10 @@
|
||||
|
||||
for (var i = 0, length = genres.length; i < length; i++) {
|
||||
|
||||
if (limit && i >= limit) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (i > 0) {
|
||||
html += '<span> / </span>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user