mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-08 20:45:15 +00:00
updating spotify.json
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
{
|
||||
"name": "Spotify_Pause",
|
||||
"description": {
|
||||
"en": "Pause play",
|
||||
"fr": "Mets la lecture de la musique en pause"
|
||||
"en": "Pause the currently playing music",
|
||||
"fr": "Mets la musique en cours de lecture en pause"
|
||||
},
|
||||
"label": {
|
||||
"en": "Pause play",
|
||||
@@ -137,10 +137,10 @@
|
||||
"name": "Spotify_AddTrackToLibrary",
|
||||
"description": {
|
||||
"en": "Add a track to library",
|
||||
"fr": "Ajoute une musique à la librarie"
|
||||
"fr": "Ajoute une musique à votre librarie"
|
||||
},
|
||||
"label": {
|
||||
"en": "Add a song to library",
|
||||
"en": "Add a track to library",
|
||||
"fr": "Ajoute une musique à votre librarie"
|
||||
},
|
||||
"params": [
|
||||
|
||||
@@ -48,15 +48,6 @@ export default function App() {
|
||||
<Button variant="text" startIcon={<DownloadIcon />} href="/client.apk" download color="secondary">
|
||||
{t("get_mobile_app")}
|
||||
</Button>
|
||||
<div style={{ backgroundColor: "white", padding: "20px" }}>
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
id="combo-box-demo"
|
||||
options={autoCompleteData}
|
||||
sx={{ width: 300 }}
|
||||
renderInput={(params) => <TextField {...params} label="Movie" />}
|
||||
/>
|
||||
</div>
|
||||
</Box>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user