Suppress detekt LongMethod

This commit is contained in:
Nite 2021-07-18 13:23:20 +02:00
parent 982639d2c7
commit c9f2050c46
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ object Util {
)
}
@Suppress("ComplexMethod")
@Suppress("ComplexMethod", "LongMethod")
fun getMediaDescriptionForEntry(
song: MusicDirectory.Entry,
mediaId: String? = null,