mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
isolate .net specific methods in model project
This commit is contained in:
@@ -415,6 +415,15 @@
|
||||
<Compile Include="..\MediaBrowser.Model\Events\GenericEventArgs.cs">
|
||||
<Link>Events\GenericEventArgs.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\Extensions\DoubleHelper.cs">
|
||||
<Link>Extensions\DoubleHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
|
||||
<Link>Extensions\IntHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\Extensions\StringHelper.cs">
|
||||
<Link>Extensions\StringHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\FileOrganization\EpisodeFileOrganizationRequest.cs">
|
||||
<Link>FileOrganization\EpisodeFileOrganizationRequest.cs</Link>
|
||||
</Compile>
|
||||
@@ -463,6 +472,9 @@
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\ChannelInfoDto.cs">
|
||||
<Link>LiveTv\ChannelInfoDto.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\ChannelType.cs">
|
||||
<Link>LiveTv\ChannelType.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\DayPattern.cs">
|
||||
<Link>LiveTv\DayPattern.cs</Link>
|
||||
</Compile>
|
||||
@@ -472,9 +484,6 @@
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvChannelQuery.cs">
|
||||
<Link>LiveTv\LiveTvChannelQuery.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvChannelType.cs">
|
||||
<Link>LiveTv\LiveTvChannelType.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvInfo.cs">
|
||||
<Link>LiveTv\LiveTvInfo.cs</Link>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user