mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
updated nuget
This commit is contained in:
parent
4bbec7c71f
commit
e29f656626
@ -554,7 +554,7 @@ a.itemTag:hover {
|
||||
.libraryPanelHeader span {
|
||||
color: #fff;
|
||||
vertical-align: middle;
|
||||
font-size: 15px;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
@ -29,11 +29,11 @@
|
||||
<label for="radioOthers">Others</label>
|
||||
</fieldset>
|
||||
|
||||
<p style="display: inline-block;">
|
||||
<p style="display: none;">
|
||||
<input class="chkPremiumFilter" type="checkbox" data-mini="true" data-inline="true" name="chkPremium" id="chkPremium" data-filter="IsPremium" />
|
||||
<label for="chkPremium">Free Only</label>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
<div id="noPlugins" class="hide">
|
||||
<div style="text-align: center; margin: 10px;">No available plugins</div>
|
||||
</div>
|
||||
|
@ -430,7 +430,7 @@
|
||||
|
||||
var options = {
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: item.Type == "MusicAlbum" ? 5 : 5,
|
||||
limit: item.Type == "MusicAlbum" ? 4 : 5,
|
||||
fields: "PrimaryImageAspectRatio,DateCreated,UserData"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user