mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 13:50:15 +00:00
fix services
This commit is contained in:
parent
7f1cba7c20
commit
4ea7b4f2a6
@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Model.Services;
|
||||
using Trakt.Helpers;
|
||||
@ -107,7 +106,7 @@ namespace Trakt.Api
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class TraktUriService : IRestfulService
|
||||
public class TraktUriService : IService
|
||||
{
|
||||
private readonly TraktApi _traktApi;
|
||||
private readonly ILibraryManager _libraryManager;
|
||||
|
@ -33,16 +33,16 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MediaBrowser.Common, Version=3.1.6143.2385, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Common.3.0.678\lib\net45\MediaBrowser.Common.dll</HintPath>
|
||||
<Reference Include="MediaBrowser.Common, Version=3.1.6143.3133, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Common.3.0.680\lib\net45\MediaBrowser.Common.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="MediaBrowser.Controller, Version=3.1.6143.2383, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Server.Core.3.0.678\lib\net45\MediaBrowser.Controller.dll</HintPath>
|
||||
<Reference Include="MediaBrowser.Controller, Version=3.1.6143.3132, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Server.Core.3.0.680\lib\net45\MediaBrowser.Controller.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="MediaBrowser.Model, Version=3.1.6143.2384, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Common.3.0.678\lib\net45\MediaBrowser.Model.dll</HintPath>
|
||||
<Reference Include="MediaBrowser.Model, Version=3.1.6143.3133, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MediaBrowser.Common.3.0.680\lib\net45\MediaBrowser.Model.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MediaBrowser.Common" version="3.0.678" targetFramework="net46" />
|
||||
<package id="MediaBrowser.Server.Core" version="3.0.678" targetFramework="net46" />
|
||||
<package id="MediaBrowser.Common" version="3.0.680" targetFramework="net46" />
|
||||
<package id="MediaBrowser.Server.Core" version="3.0.680" targetFramework="net46" />
|
||||
</packages>
|
Loading…
Reference in New Issue
Block a user