Readme update & cleanup

This commit is contained in:
MBR#0001 2021-12-05 16:34:33 +01:00
parent 22e365f00c
commit d198f71136
No known key found for this signature in database
GPG Key ID: A938970B8DD3F170
2 changed files with 1 additions and 24 deletions

View File

@ -1,23 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
</ItemGroup>
</Project>

View File

@ -18,7 +18,7 @@
## About
This is a plugin allows you to download subtitles from [Open Subtitles](https://opensubtitles.org) for your media.
This is a plugin allows you to download subtitles from [Open Subtitles](https://opensubtitles.com) for your media.
## Installation