diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:24:14 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:24:14 +0100 |
| commit | 80691e53b0cd81714e9a03aa0efe409d627a2d1c (patch) | |
| tree | 9938cd04634370bdf4603a8a80bbb260e6baef1f /Emby.XmlTv | |
| parent | d655283ef05a761ab980ba614718c2a6b5c0af38 (diff) | |
Visual Studio Reformat: Emby.XmlTv
Diffstat (limited to 'Emby.XmlTv')
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs | 4 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs | 3 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs | 3 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs | 4 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs | 8 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs | 3 |
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 { |
