enable quick play in MovieLibraryView and when viewing a collection of movies
This commit is contained in:
parent
6f1da86381
commit
d92dc42d8c
|
@ -782,6 +782,7 @@ function CreateItemGrid(libraryItem as object) as dynamic
|
|||
group.parentItem = libraryItem
|
||||
group.optionsAvailable = true
|
||||
group.observeField("selectedItem", m.port)
|
||||
group.observeField("quickPlayNode", m.port)
|
||||
return group
|
||||
end function
|
||||
|
||||
|
@ -793,6 +794,7 @@ function CreateMovieLibraryView(libraryItem as object) as dynamic
|
|||
group.parentItem = libraryItem
|
||||
group.optionsAvailable = true
|
||||
group.observeField("selectedItem", m.port)
|
||||
group.observeField("quickPlayNode", m.port)
|
||||
return group
|
||||
end function
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user