mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Async async async improvements.
This commit is contained in:
parent
236024e4ae
commit
b3e90c7a7f
19 changed files with 785 additions and 755 deletions
|
@ -41,7 +41,7 @@ namespace PlexRequests.Helpers
|
|||
/// <returns></returns>
|
||||
public static string GetAnalyticClientId(IDictionary<string, string> cookies)
|
||||
{
|
||||
var outString = string.Empty;
|
||||
string outString;
|
||||
|
||||
if (cookies.TryGetValue(GaCookie, out outString))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue