mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Revert "refactor: remove unused name field from LibraryDto"
This reverts commit 8a1d5ccfab.
This commit is contained in:
@@ -52,7 +52,7 @@ fun TvAppScreen(
|
||||
)
|
||||
) + libraries.map { library ->
|
||||
val destination = Route.LibraryRoute(
|
||||
library = LibraryDto(id = library.id)
|
||||
library = LibraryDto(id = library.id, name = library.name)
|
||||
)
|
||||
TvDrawerDestinationItem(
|
||||
destination = destination,
|
||||
|
||||
Reference in New Issue
Block a user