diff options
Diffstat (limited to 'Emby.XmlTv')
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv.Console/Program.cs | 2 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs | 2 | ||||
| -rw-r--r-- | Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Emby.XmlTv/Emby.XmlTv.Console/Program.cs b/Emby.XmlTv/Emby.XmlTv.Console/Program.cs index e72d94bf5..056f5a589 100644 --- a/Emby.XmlTv/Emby.XmlTv.Console/Program.cs +++ b/Emby.XmlTv/Emby.XmlTv.Console/Program.cs @@ -100,4 +100,4 @@ namespace Emby.XmlTv.Console return count; } } -}
\ No newline at end of file +} diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs index 2240fd9d4..6821c2ec6 100644 --- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs +++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs @@ -47,4 +47,4 @@ namespace Emby.XmlTv.Entities return builder.ToString(); } } -}
\ No newline at end of file +} diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs index e54f24346..c449cb700 100644 --- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs +++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs @@ -14,4 +14,4 @@ Commentator, Guest } -}
\ No newline at end of file +} |
