mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-18 03:00:35 -05:00
Remove unnecessary comment in text.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BaseItemDto, BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models'
|
||||
|
||||
//
|
||||
export function getItemName(item: BaseItemDto): string {
|
||||
return item.Name ?? item.OriginalTitle ?? `Unknown ${getItemNamePlaceholder(item)}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user