diff options
Diffstat (limited to 'Emby.Naming/Video/ExtraRule.cs')
| -rw-r--r-- | Emby.Naming/Video/ExtraRule.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Naming/Video/ExtraRule.cs b/Emby.Naming/Video/ExtraRule.cs index cb58a39347..4f9504a659 100644 --- a/Emby.Naming/Video/ExtraRule.cs +++ b/Emby.Naming/Video/ExtraRule.cs @@ -8,25 +8,25 @@ namespace Emby.Naming.Video public class ExtraRule { /// <summary> - /// Gets or sets the token. + /// Gets or sets the token. /// </summary> /// <value>The token.</value> public string Token { get; set; } /// <summary> - /// Gets or sets the type of the extra. + /// Gets or sets the type of the extra. /// </summary> /// <value>The type of the extra.</value> public ExtraType ExtraType { get; set; } /// <summary> - /// Gets or sets the type of the rule. + /// Gets or sets the type of the rule. /// </summary> /// <value>The type of the rule.</value> public ExtraRuleType RuleType { get; set; } /// <summary> - /// Gets or sets the type of the media. + /// Gets or sets the type of the media. /// </summary> /// <value>The type of the media.</value> public MediaType MediaType { get; set; } |
