diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-12-14 06:45:29 +0100 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2019-12-14 00:45:29 -0500 |
| commit | c824c564cdd1d59b04ae64df4400a90e2944ee8f (patch) | |
| tree | 0667ec3b84c7d5b0ff0c259504dc07c390979944 /Emby.Server.Implementations/LiveTv | |
| parent | c36467c4966b79162d11d75a7dd65f5586dfb027 (diff) | |
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>
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs b/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs index 88693f22a..1f38de2d8 100644 --- a/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs +++ b/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs @@ -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; |
