update translations

This commit is contained in:
Luke Pulverenti
2014-06-24 17:45:21 -04:00
parent 34bc54263e
commit a55d156fd6
58 changed files with 612 additions and 1194 deletions

View File

@@ -210,7 +210,7 @@ namespace MediaBrowser.Api.Playback.Progressive
args += " -ab " + bitrate.Value.ToString(UsCulture);
}
args += " " + GetAudioFilterParam(state, true);
args += " " + GetAudioFilterParam(state, false);
return args;
}