aboutsummaryrefslogtreecommitdiff
path: root/Emby.XmlTv
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:14 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:24:14 +0100
commit80691e53b0cd81714e9a03aa0efe409d627a2d1c (patch)
tree9938cd04634370bdf4603a8a80bbb260e6baef1f /Emby.XmlTv
parentd655283ef05a761ab980ba614718c2a6b5c0af38 (diff)
Visual Studio Reformat: Emby.XmlTv
Diffstat (limited to 'Emby.XmlTv')
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs4
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs3
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs3
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs4
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs8
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs3
6 files changed, 6 insertions, 19 deletions
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
index 0077a3e6e..a003cc05e 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
@@ -1,6 +1,4 @@
-using System;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
{
public class XmlTvCredit
{
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs
index de84ab5ba..fbe6b2cb6 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
namespace Emby.XmlTv.Entities
{
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs
index 3417a717b..d8cb76679 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
namespace Emby.XmlTv.Entities
{
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs
index fea387244..2dc20db4b 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs
@@ -1,6 +1,4 @@
-using System;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
{
public class XmlTvLanguage
{
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs
index 6b7e49055..0b7377f54 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
{
public class XmlTvPremiere
{
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs
index 381294e7e..ac6a4e823 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
namespace Emby.XmlTv.Entities
{