huynhsontung / Screenbox

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

feat: lazily initialize PlaybackItem #376

Closed huynhsontung closed 6 months ago

huynhsontung commented 6 months ago

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