1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

support in-app connect signup

This commit is contained in:
Luke Pulverenti 2015-06-13 19:56:59 -04:00
parent 5187a0d558
commit 496add35b9
8 changed files with 188 additions and 20 deletions

View file

@ -522,7 +522,7 @@
var item = state.NowPlayingItem;
$('.itemName', page).html(item ? MediaController.getNowPlayingNameHtml(item) : '');
$('.itemName', page).html(item ? MediaController.getNowPlayingNameHtml(item).replace('<br/>', ' - ') : '');
var url;
var backdropUrl = null;