Fix linting errors

This commit is contained in:
Ryan Harg 2022-03-04 09:30:03 +01:00
parent b6f0afc5c3
commit 45ef5eb189
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
2 changed files with 4 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class ManagementPlaylistsRepository(override val context: Context?) :
.awaitByteArrayResponseResult()
} else {
throw IllegalStateException("Illegal state: context is null")
}
}
}
fun move(id: Int, from: Int, to: Int) {

View File

@ -75,6 +75,7 @@
<plurals name="album_count">
<item quantity="one">%d album</item>
<item quantity="other">%d albums</item>
<item quantity="many">Beaucoup albums</item>
</plurals>
<string name="alt_app_logo">Logo de l\'application</string>
<string name="alt_artist_art">Image de l\'artiste</string>
@ -109,6 +110,7 @@
<plurals name="playlist_description">
<item quantity="one">%1$d piste • %2$s</item>
<item quantity="other">%1$d pistes • %2$s</item>
<item quantity="many">Beaucoup pistes • %1$s</item>
</plurals>
<string name="playlist_add_to">Ajouter à une playlist</string>
<string name="playlist_add_to_new">Nouvelle playlist…</string>
@ -121,6 +123,7 @@
<plurals name="downloads_description">
<item quantity="one">Téléchargement de %1$d piste</item>
<item quantity="other">Téléchargement de %1$d pistes</item>
<item quantity="many">Téléchargement de beaucoup pistes</item>
</plurals>
<string name="login_error_funkwhale_not_found">Aucun pod Funkwhale trouvé</string>
<string name="login_error">Connexion échouée: %s</string>