Add media type app

This commit is contained in:
ktnrg45 2019-05-02 23:40:29 -07:00 committed by GitHub
parent 7ac43cbfcf
commit 540ccbb4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ Required. Returns one of the defined constants from the below list that matches
|MEDIA_TYPE_IMAGE|
|MEDIA_TYPE_URL|
|MEDIA_TYPE_GAME|
|MEDIA_TYPE_APP|
class MyMediaPlayer(MediaPlayerDevice):
# Implement the following method.