summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions')
-rw-r--r--win/C#/Functions/QueryGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index ac4170a79..2ac1585f2 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -266,7 +266,7 @@ namespace Handbrake.Functions
// Sample Rate (-R)
if (row.SubItems[4].Text != String.Empty)
- samplerates.Add(row.SubItems[4].Text.Replace("Auto", "Auto"));
+ samplerates.Add(row.SubItems[4].Text);
// Audio Bitrate (-B)
if (row.SubItems[5].Text != String.Empty)