mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update to service stack v4
This commit is contained in:
parent
7c1639a112
commit
477ded980a
2 changed files with 5 additions and 2 deletions
|
@ -170,6 +170,11 @@
|
|||
|
||||
html += '<div class="searchHintSecondaryText">' + hint.AlbumArtist + '</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "MusicArtist") {
|
||||
|
||||
html += '<div class="searchHintSecondaryText">Artist</div>';
|
||||
|
||||
}
|
||||
else if (hint.Type == "Movie") {
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.204" targetFramework="net45" />
|
||||
<package id="ServiceStack.Common" version="3.9.70" targetFramework="net45" />
|
||||
<package id="ServiceStack.Text" version="3.9.70" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Add table
Add a link
Reference in a new issue