From: Hector Martin Date: Sat, 20 Sep 2025 13:53:08 +0000 (+0900) Subject: requesthandler: Fix audio lang for UDP requests X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;p=localmylist.git requesthandler: Fix audio lang for UDP requests --- diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index dc79c1b..168c8a1 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -423,7 +423,7 @@ void RequestHandler::fileRequestComplete(bool success) next.videoCodec = reply->videoCodec(); next.audioCodec = reply->audioCodec(); next.subtitleLanguage = reply->subLanguage(); - next.audioLanguage = reply->audioCodec(); + next.audioLanguage = reply->dubLanguage(); next.subtitleLanguage = reply->subLanguage(); // next.aspectRatio next.myWatched = reply->myListViewDate();