feat(media-server): add stats for nerds (#4170)
This commit is contained in:
@@ -1980,7 +1980,25 @@
|
||||
"currentlyPlaying": "Currently playing",
|
||||
"user": "User",
|
||||
"name": "Name",
|
||||
"id": "Id"
|
||||
"id": "Id",
|
||||
"metadata": {
|
||||
"title": "Stats for nerds",
|
||||
"video": {
|
||||
"title": "Video",
|
||||
"resolution": "Resolution"
|
||||
},
|
||||
"audio": {
|
||||
"title": "Audio",
|
||||
"channelCount": "Audio channels",
|
||||
"codec": "Audio codec"
|
||||
},
|
||||
"transcoding": {
|
||||
"title": "Transcoding",
|
||||
"container": "Container",
|
||||
"resolution": "Resolution",
|
||||
"target": "Target codec"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"downloads": {
|
||||
|
||||
Reference in New Issue
Block a user