1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update apphost appVersion to 10.4.0

The only place I saw this appear was in a log entry, so not sure what else this will impact (or if it's deliberately being held back).  It looks like it is also passed in when the ApiClient is created.
```
[13:23:15] [INF] Playback stopped reported by app Jellyfin Web 10.3.6 playing cam-basement. Stopped at 29411 ms
```
This commit is contained in:
PrplHaz4 2019-09-13 09:49:37 -04:00 committed by GitHub
parent ed956f8eba
commit e2cc98c7a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet
var deviceId;
var deviceName;
var appName = "Jellyfin Web";
var appVersion = "10.3.6";
var appVersion = "10.4.0";
var visibilityChange;
var visibilityState;