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

update player stats

This commit is contained in:
Luke Pulverenti 2017-06-27 16:56:20 -04:00
parent fb3179796d
commit 11bd9acad2
46 changed files with 234 additions and 152 deletions

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}