lint: run ktlintFormat
This commit is contained in:
parent
a0297357d5
commit
e1f2541e24
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ constructor(
|
|||
try {
|
||||
val items = jellyfinRepository.getItems(
|
||||
parentId = parentId,
|
||||
sortBy = SortBy.RELEASE_DATE
|
||||
sortBy = SortBy.RELEASE_DATE,
|
||||
)
|
||||
|
||||
if (items.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue