PlaycountAction
enum PlaycountAction: String, CaseIterable
Which playcount to use for syncing
-
Use the playcount from Kodi
Declaration
Swift
case useKodiPlaycount = "Use Kodi Playcount" -
Use the playcount from Music
Declaration
Swift
case useMusicPlaycount = "Use Music Playcount" -
Use the highest playcount
Declaration
Swift
case useHighestPlaycount = "Use Highest Playcount" -
Use the total playcount
Declaration
Swift
case useTotalPlaycount = "Use Total Playcount"
View on GitHub