mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
update dependencies
This commit is contained in:
@@ -218,5 +218,20 @@
|
||||
"HeaderAlbum": "Album",
|
||||
"HeaderAlbumArtist": "Album Artist",
|
||||
"HeaderArtist": "Artist",
|
||||
"LabelAddedOnDate": "Added {0}"
|
||||
"LabelAddedOnDate": "Added {0}",
|
||||
"ButtonStart": "Start",
|
||||
"ButtonStop": "Stop",
|
||||
"HeaderChannels": "Channels",
|
||||
"HeaderMediaFolders": "Media Folders",
|
||||
"HeaderBlockItemsWithNoRating": "Block items with no rating information:",
|
||||
"OptionBlockOthers": "Others",
|
||||
"OptionBlockTvShows": "TV Shows",
|
||||
"OptionBlockTrailers": "Trailers",
|
||||
"OptionBlockMusic": "Music",
|
||||
"OptionBlockMovies": "Movies",
|
||||
"OptionBlockBooks": "Books",
|
||||
"OptionBlockGames": "Games",
|
||||
"OptionBlockLiveTvPrograms": "Live TV Programs",
|
||||
"OptionBlockLiveTvChannels": "Live TV Channels",
|
||||
"OptionBlockChannelContent": "Internet Channel Content"
|
||||
}
|
||||
@@ -48,9 +48,9 @@
|
||||
<Reference Include="Alchemy">
|
||||
<HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Nat, Version=1.2.13.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<Reference Include="Mono.Nat, Version=1.2.20.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\Mono.Nat.1.2.13.0\lib\net40\Mono.Nat.dll</HintPath>
|
||||
<HintPath>..\packages\Mono.Nat.1.2.20.0\lib\net40\Mono.Nat.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Nowin">
|
||||
<HintPath>..\ThirdParty\Nowin\Nowin.dll</HintPath>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Alchemy" version="2.2.1" targetFramework="net45" />
|
||||
<package id="Mono.Nat" version="1.2.13.0" targetFramework="net45" />
|
||||
<package id="Mono.Nat" version="1.2.20.0" targetFramework="net45" />
|
||||
<package id="morelinq" version="1.0.16006" targetFramework="net45" />
|
||||
<package id="System.Data.SQLite.Core" version="1.0.91.3" targetFramework="net45" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user