Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Jukebox in singleton lags with meta data #90

Open
leobouilloux opened this issue Nov 14, 2017 · 0 comments
Open

Jukebox in singleton lags with meta data #90

leobouilloux opened this issue Nov 14, 2017 · 0 comments

Comments

@leobouilloux
Copy link

Hello,

Not sure if this will help anyone, but I had huge lags causing UI freezes when loading 20 items in the player.
Since no one seems to update the code, here is a workaround for anyone having this problem.
If anyone encountered and solved these lags another way, I'll be glad to know about it.

    public required init(URL : Foundation.URL, localTitle : String? = nil) {
        self.URL = URL
        self.identifier = UUID().uuidString
        self.localTitle = localTitle
        super.init()
//        configureMetadata()
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant