mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 09:22:21 +00:00
refactor: rename callUrl to ashdiCallUrl for improved clarity.
This commit is contained in:
parent
e8f10e1e18
commit
224f11b1f0
@ -177,8 +177,8 @@ namespace Mikai.Controllers
|
|||||||
foreach (var ashdiStream in ashdiStreams)
|
foreach (var ashdiStream in ashdiStreams)
|
||||||
{
|
{
|
||||||
string optionName = $"{voice.DisplayName} {ashdiStream.title}";
|
string optionName = $"{voice.DisplayName} {ashdiStream.title}";
|
||||||
string callUrl = $"{host}/mikai/play?url={HttpUtility.UrlEncode(ashdiStream.link)}&title={HttpUtility.UrlEncode(displayTitle)}";
|
string ashdiCallUrl = $"{host}/mikai/play?url={HttpUtility.UrlEncode(ashdiStream.link)}&title={HttpUtility.UrlEncode(displayTitle)}";
|
||||||
movieTpl.Append(optionName, accsArgs(callUrl), "call");
|
movieTpl.Append(optionName, accsArgs(ashdiCallUrl), "call");
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user