diff options
Diffstat (limited to 'Emby.XmlTv/Emby.XmlTv.Console/Program.cs')
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv.Console/Program.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.XmlTv/Emby.XmlTv.Console/Program.cs b/Emby.XmlTv/Emby.XmlTv.Console/Program.cs index e72d94bf5..3e0c7d125 100644 --- a/Emby.XmlTv/Emby.XmlTv.Console/Program.cs +++ b/Emby.XmlTv/Emby.XmlTv.Console/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Diagnostics; using System.IO; using System.Linq; @@ -100,4 +100,4 @@ namespace Emby.XmlTv.Console return count; } } -}
\ No newline at end of file +} |
