mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge remote-tracking branch 'upstream/master' into es6
With conflicts
This commit is contained in:
commit
3713091382
165 changed files with 4194 additions and 2714 deletions
|
@ -240,13 +240,19 @@ import 'cardStyle';
|
|||
html += '</div>';
|
||||
html += '</div>';
|
||||
|
||||
<<<<<<< HEAD
|
||||
let numLines = 2;
|
||||
=======
|
||||
var numLines = 3;
|
||||
>>>>>>> upstream/master
|
||||
if (currentItemType === 'MusicAlbum') {
|
||||
numLines++;
|
||||
}
|
||||
|
||||
const lines = [result.Name];
|
||||
|
||||
lines.push(result.SearchProviderName);
|
||||
|
||||
if (result.AlbumArtist) {
|
||||
lines.push(result.AlbumArtist.Name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue