Moved mediaItem Delegate initialization to the mediaItem subclasses
That function requires access to variables that are initialized in videoItem and audioItem constructors, so it can sometimes fail when called from the superclass's constructor. It might be an idea to avoid those calls altogether though
Showing
Please register or sign in to comment