music: fix m3u volume processing
This commit is contained in:
parent
d117f16081
commit
dbe7bdf1c3
1 changed files with 1 additions and 2 deletions
|
@ -158,8 +158,7 @@ value class Components private constructor(val components: List<String>) {
|
|||
return components == other.components.take(components.size)
|
||||
}
|
||||
|
||||
fun containing(other: Components) =
|
||||
Components(components + other.components.drop(components.size))
|
||||
fun containing(other: Components) = Components(other.components.drop(components.size))
|
||||
|
||||
companion object {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue