mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-10 10:32:09 +08:00
Added Jellyfin Widget to show number of movies,Series, Episodes songs #264
This commit is contained in:
@@ -8,6 +8,15 @@ const widget = {
|
||||
Sessions: {
|
||||
endpoint: "Sessions",
|
||||
},
|
||||
Count: {
|
||||
endpoint: "Items/Counts",
|
||||
segments: [
|
||||
"MovieCount",
|
||||
"SeriesCount",
|
||||
"EpisodeCount",
|
||||
"SongCount"
|
||||
]
|
||||
},
|
||||
PlayControl: {
|
||||
method: "POST",
|
||||
endpoint: "Sessions/{sessionId}/Playing/{command}",
|
||||
|
||||
Reference in New Issue
Block a user