Skip to content

Draft: Media: add isUnseen accessor

Mehdi Sabwat requested to merge b1ue/medialibrary:issue-388 into master

It will return true if the playCount was set to 0, and if lastPosition is negative which means the media was never played or that it ended (in that case, the playCount won't be equal to 0)

Ref. #388

Merge request reports