Add mediaPlayer to playback session

This commit is contained in:
advplyr 2022-04-02 11:19:57 -05:00
parent 3d3f20296c
commit c201e2aa98
3 changed files with 11 additions and 3 deletions

View file

@ -29,5 +29,6 @@ module.exports.LogLevel = {
module.exports.PlayMethod = {
DIRECTPLAY: 0,
DIRECTSTREAM: 1,
TRANSCODE: 2
TRANSCODE: 2,
LOCAL: 3
}