aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/ChannelParentalRating.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelParentalRating.cs')
-rw-r--r--MediaBrowser.Controller/Channels/ChannelParentalRating.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelParentalRating.cs b/MediaBrowser.Controller/Channels/ChannelParentalRating.cs
index d9cc521b3..1d189446d 100644
--- a/MediaBrowser.Controller/Channels/ChannelParentalRating.cs
+++ b/MediaBrowser.Controller/Channels/ChannelParentalRating.cs
@@ -1,4 +1,4 @@
-namespace MediaBrowser.Controller.Channels
+namespace MediaBrowser.Controller.Channels
{
public enum ChannelParentalRating
{
@@ -12,4 +12,4 @@
Adult = 4
}
-} \ No newline at end of file
+}