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

Jukebox in singleton lags with meta data #90

@leobouilloux

Description

@leobouilloux

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()
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions