mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-04 17:16:50 +02:00
perf(extensions): streamline prepared download work
This commit is contained in:
@@ -273,12 +273,14 @@ func (m *extensionManager) loadExtensionFromFileLocked(filePath string) (*loaded
|
||||
}
|
||||
|
||||
var supportedRuntimeFeatures = map[string]int{
|
||||
"signedSession": 3,
|
||||
"sessionRefresh": 1,
|
||||
"sessionGrant": 1,
|
||||
"globalAction": 1,
|
||||
"webviewAuth": 1,
|
||||
"downloadSegments": 1,
|
||||
"signedSession": 3,
|
||||
"sessionRefresh": 1,
|
||||
"sessionGrant": 1,
|
||||
"globalAction": 1,
|
||||
"webviewAuth": 1,
|
||||
"downloadSegments": 1,
|
||||
"patternedFileTransform": 1,
|
||||
"preparedContext": 1,
|
||||
}
|
||||
|
||||
// validateManifestGates enforces minAppVersion and requiredRuntimeFeatures
|
||||
|
||||
Reference in New Issue
Block a user