(component)
| 1339 | })(); |
| 1340 | |
| 1341 | function wrapProvider(component) { |
| 1342 | if (!component) return null; |
| 1343 | return (props) => |
| 1344 | Spicetify.React.createElement( |
| 1345 | Spicetify.ReactComponent.RemoteConfigProvider, |
| 1346 | { configuration: Spicetify.Platform.RemoteConfiguration }, |
| 1347 | Spicetify.React.createElement(component, props) |
| 1348 | ); |
| 1349 | } |
| 1350 | |
| 1351 | (function waitForURI() { |
| 1352 | if (!Spicetify.URI) { |