mirror of
https://github.com/jellyfin/jellyfin-plugin-playbackreporting.git
synced 2024-11-23 05:59:41 +00:00
20 lines
644 B
YAML
20 lines
644 B
YAML
---
|
|
name: "Playback Reporting"
|
|
guid: "5c534381-91a3-43cb-907a-35aa02eb9d2c"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
|
|
version: 15
|
|
targetAbi: "10.9.7.0"
|
|
framework: net8.0
|
|
owner: "jellyfin"
|
|
overview: "Collect and show user play statistics"
|
|
description: "Collect and show user play statistics"
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.PlaybackReporting.dll"
|
|
- "SQLitePCL.pretty.dll"
|
|
changelog: |-
|
|
- Added horizontal scrolling to all report pages (#85) @meister-eder
|
|
|
|
### Bug Fixes ###
|
|
- Use LastUpdated Time Instead of Current Time for missing Stop event (#87) @speatzle
|