mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Fix static analysis warning
This commit is contained in:
committed by
Cameron Gutman
parent
11c27baaf8
commit
1313429f65
@@ -41,7 +41,8 @@
|
||||
retriever.app = app;
|
||||
retriever.host = _host;
|
||||
retriever.callback = _callback;
|
||||
retriever.cache = useCache ? _imageCache : nil;
|
||||
retriever.cache = _imageCache;
|
||||
retriever.useCache = useCache;
|
||||
[_opQueue addOperation:retriever];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user