summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-08-22 17:17:15 +0000
committersr55 <[email protected]>2013-08-22 17:17:15 +0000
commit723ce53bb4e6fb48c04c0e9fc9ab72e3270d3b29 (patch)
tree50efbb3baf387021ffbfd7ae15c1089468ac3a11 /win/CS/HandBrake.ApplicationServices
parentc0ad015d6ef51b4edf229d98803d35c781e8b67f (diff)
WinGui: Cosmetic fixes around the new libhb scanning.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5733 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs b/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs
index d925d2d3a..942ae37a1 100644
--- a/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs
+++ b/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs
@@ -105,12 +105,7 @@ namespace HandBrake.ApplicationServices.Parsing
return this.Description;
}
- if (this.Description == null)
- {
- return string.Format("{0} {1} ({2})", this.TrackNumber, this.Language, this.Format);
- }
-
- return string.Format("{0} {1} ({2}) ({3})", this.TrackNumber, this.Language, this.Format, this.Description);
+ return string.Format("{0} {1}", this.TrackNumber, this.Description);
}
/// <summary>