Files
Jellyfin_Xtream/Jellyfin.Xtream.sln
Kevin Jilissen f26f0efc08 Initial plugin setup.
What is working:
- Get VOD stream information
- Stream VOD
- Get IPTV stream information
- Stream IPTV
- Get Series stream information
- Stream Series
2022-05-24 16:24:31 +02:00

16 lines
796 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Xtream", "Jellyfin.Xtream\Jellyfin.Xtream.csproj", "{B5EB3EDF-6FB3-4FF2-879A-22687F90EA87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5EB3EDF-6FB3-4FF2-879A-22687F90EA87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5EB3EDF-6FB3-4FF2-879A-22687F90EA87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5EB3EDF-6FB3-4FF2-879A-22687F90EA87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5EB3EDF-6FB3-4FF2-879A-22687F90EA87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal