Move Emby.XmlTv to a NuGet package (#2042)

* Move Emby.XmlTv to a NuGet package

* Update Emby.Server.Implementations/Emby.Server.Implementations.csproj

Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
This commit is contained in:
Bond-009
2019-12-14 06:45:29 +01:00
committed by Anthony Lavado
parent c36467c496
commit c824c564cd
32 changed files with 3 additions and 3282 deletions

View File

@@ -7,8 +7,8 @@ using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Emby.XmlTv.Classes;
using Emby.XmlTv.Entities;
using Jellyfin.XmlTv;
using Jellyfin.XmlTv.Entities;
using MediaBrowser.Common.Extensions;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Configuration;