Skip to content

Commit

Permalink
Update reported client name
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Jan 29, 2025
1 parent 4c51b93 commit c042254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/org/jellyfin/androidtv/di/AppModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ val appModule = module {
context = androidContext()

// Add client info
clientInfo = ClientInfo("Android TV", BuildConfig.VERSION_NAME)
clientInfo = ClientInfo("Jellyfin Android TV", BuildConfig.VERSION_NAME)
deviceInfo = get(defaultDeviceInfo)

// Change server version
Expand All @@ -90,7 +90,7 @@ val appModule = module {
// Old apiclient
single {
JellyfinApiClient {
appInfo = AppInfo("Android TV", BuildConfig.VERSION_NAME)
appInfo = AppInfo("Jellyfin Android TV", BuildConfig.VERSION_NAME)
logger = AndroidLogger()
android(androidApplication())
}
Expand Down

0 comments on commit c042254

Please sign in to comment.