mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-15 22:05:09 +00:00
add screen views for playback
This commit is contained in:
parent
5f7a46cd95
commit
433b735880
2 changed files with 21 additions and 7 deletions
|
@ -231,6 +231,7 @@ class Player(xbmc.Player):
|
|||
|
||||
ga = GoogleAnalytics()
|
||||
ga.sendEventData("PlayAction", itemType, playMethod)
|
||||
ga.sendScreenView(itemType)
|
||||
|
||||
def reportPlayback(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue