mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 21:12:14 +01:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Media Server",
|
|
"description": "Interact with your Jellyfin or Plex media server",
|
|
"settings": {
|
|
"title": "Settings for media server widget"
|
|
}
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"session": "Session",
|
|
"user": "User",
|
|
"currentlyPlaying": "Currently playing"
|
|
}
|
|
},
|
|
"errors": {
|
|
"general": {
|
|
"title": "Unable to load content",
|
|
"text": "Unable to retrieve information from the server. Please check the logs for more details"
|
|
}
|
|
}
|
|
}
|
|
} |