huynhsontung / Screenbox

LibVLC-based media player for the Universal Windows Platform
GNU General Public License v3.0
986 stars 40 forks source link

feat: lazily initialize PlaybackItem #376

Closed huynhsontung closed 4 months ago

huynhsontung commented 4 months ago

Use Lazy to initialize PlaybackItem instead of getter-based initialization.