We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2b01a commit cb238aaCopy full SHA for cb238aa
1 file changed
YtFlowApp/CoreSubscription.cpp
@@ -101,11 +101,11 @@ namespace winrt::YtFlowApp::implementation
101
{
102
throw std::invalid_argument("Empty input for subscription format");
103
}
104
- if (strcmp(input, "sip008") == 0)
+ if (strcmp(input, SIP008_LITERAL) == 0)
105
106
return SIP008_LITERAL;
107
108
- if (strcmp(input, "surge_proxy_list") == 0)
+ if (strcmp(input, SURGE_PROXY_LIST_LITERAL) == 0)
109
110
return SURGE_PROXY_LIST_LITERAL;
111
0 commit comments