mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-23 16:57:02 +00:00
Preserve app art when updating the app list
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
- (NSArray*) getHosts;
|
||||
- (void) updateHost:(TemporaryHost*)host;
|
||||
- (void) updateAppsForExistingHost:(TemporaryHost *)host;
|
||||
- (void) updateIconForExistingApp:(TemporaryApp*)app;
|
||||
- (void) removeHost:(TemporaryHost*)host;
|
||||
|
||||
- (TemporarySettings*) getSettings;
|
||||
@@ -25,7 +27,4 @@
|
||||
- (void) updateUniqueId:(NSString*)uniqueId;
|
||||
- (NSString*) getUniqueId;
|
||||
|
||||
// Don't call this outside of database code
|
||||
- (App*) getAppForTemporaryApp:(TemporaryApp*)tempApp;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user