rokudev / SceneGraphDeveloperExtensions

Other
115 stars 66 forks source link

Static analysis - Replace BookmarkPosition with PlayStart #7

Open shoshins opened 5 years ago

shoshins commented 5 years ago

Need to fix obsoleted code parts according to new static tool https://blog.roku.com/developer/static-analysis-tool-updates. "BookmarkPosition content metadata attribute is deprecated. Use PlayStart instead."

RokuChris commented 5 years ago

Thanks. I'll open a ticket and have someone look into this.

JorgeMendozaG commented 4 years ago

Hi!, is this already fixed?

adheus commented 4 years ago

There's other warnings on "PlayDuration" usage at the following lines:

RokuChris commented 4 years ago

This is a false positive. PlayDuration is required for TimeGrid. We are working with the static analysis team to fix it.