mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added IsPremium filter to GetPackages api method
This commit is contained in:
parent
317f06f607
commit
0ccced6797
1 changed files with 26 additions and 26 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
||||
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
||||
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
||||
<a href="pluginupdates.html" data-role="button">Automatic Updates</a>
|
||||
|
@ -28,18 +28,18 @@
|
|||
<h3>Application:</h3>
|
||||
</legend>
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkServer" id="chkServer" data-theme="c" data-filter="Server">
|
||||
<label for="chkServer">Media Browser Server</label>
|
||||
<label for="chkServer">MB Server</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkTheatre" id="chkTheatre" data-theme="c" data-filter="MBTheatre">
|
||||
<label for="chkTheatre">Media Browser Theatre</label>
|
||||
<label for="chkTheatre">MB Theater</label>
|
||||
|
||||
<input class="chkStandardFilter" type="checkbox" name="chkClassic" id="chkClassic" data-theme="c" data-filter="MBClassic">
|
||||
<label for="chkClassic">Media Browser Classic</label>
|
||||
<label for="chkClassic">MB Classic</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>
|
||||
<h3> </h3>
|
||||
<h3></h3>
|
||||
</legend>
|
||||
<input class="chkPremiumFilter" type="checkbox" name="chkPremium" id="chkPremium" data-theme="c" data-filter="IsPremium">
|
||||
<label for="chkPremium">Premium</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue