aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Subtitles
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-03-25 14:31:03 -0600
committercrobibero <cody@robibe.ro>2020-03-25 14:31:03 -0600
commit261a2e19891072329981b34a9c63116a9fcfb0f6 (patch)
tree04e94682276c60de2994145df5722bf77700bcf6 /Emby.Naming/Subtitles
parentcb68fbeb0aed75031e07115da229a3888cb8787f (diff)
revert xml docs indentation
Diffstat (limited to 'Emby.Naming/Subtitles')
-rw-r--r--Emby.Naming/Subtitles/SubtitleInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Naming/Subtitles/SubtitleInfo.cs b/Emby.Naming/Subtitles/SubtitleInfo.cs
index 0aee439c1a..f39c496b7a 100644
--- a/Emby.Naming/Subtitles/SubtitleInfo.cs
+++ b/Emby.Naming/Subtitles/SubtitleInfo.cs
@@ -5,25 +5,25 @@ namespace Emby.Naming.Subtitles
public class SubtitleInfo
{
/// <summary>
- /// Gets or sets the path.
+ /// Gets or sets the path.
/// </summary>
/// <value>The path.</value>
public string Path { get; set; }
/// <summary>
- /// Gets or sets the language.
+ /// Gets or sets the language.
/// </summary>
/// <value>The language.</value>
public string Language { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether this instance is default.
+ /// Gets or sets a value indicating whether this instance is default.
/// </summary>
/// <value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
public bool IsDefault { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether this instance is forced.
+ /// Gets or sets a value indicating whether this instance is forced.
/// </summary>
/// <value><c>true</c> if this instance is forced; otherwise, <c>false</c>.</value>
public bool IsForced { get; set; }