Merge pull request #248 from ktnrg45/add-media-type-app

Add media type app
This commit is contained in:
Andrew Sayre 2019-05-05 18:52:55 -05:00 committed by GitHub
commit 42c1e2ca8e
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_IMAGE|
|MEDIA_TYPE_URL| |MEDIA_TYPE_URL|
|MEDIA_TYPE_GAME| |MEDIA_TYPE_GAME|
|MEDIA_TYPE_APP|
class MyMediaPlayer(MediaPlayerDevice): class MyMediaPlayer(MediaPlayerDevice):
# Implement the following method. # Implement the following method.