StreamCinemaJellyfin initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-11-25 03:21:17 +01:00
parent 116dd2fa35
commit a52a756518
22 changed files with 1035 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!--OutputType>Exe</OutputType-->
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>