View Single Post
09/25/19, 09:22 AM   #6
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
Originally Posted by Rhyono View Post
For LAM: look at how Baertram did it. You almost had it correct.

For LMP: no, it hasn't been setup to work without LibStub.
LMP should work fine without LibStub, just use
Code:
local LMP = LibMediaProvider
if not LMP then return end
LMP has LibStub implemented in the same way as LAM right now, just embedded in the folder w/o a manifest for compatibility.
  Reply With Quote