mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-15 05:45:10 +00:00
add screen app size to GA
only ping GA if playing dont send an app stopped message
This commit is contained in:
parent
9360843988
commit
ab33ef5848
4 changed files with 21 additions and 10 deletions
|
@ -476,6 +476,9 @@ class Player(xbmc.Player):
|
|||
xbmcvfs.delete("%s%s" % (path, file))
|
||||
|
||||
self.played_info.clear()
|
||||
|
||||
ga = GoogleAnalytics()
|
||||
ga.sendEventData("PlayAction", "Stopped")
|
||||
|
||||
def stopPlayback(self, data):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue