We are Webamp not Winamp

This commit is contained in:
Jordan Eldredge 2019-12-20 15:29:56 -08:00
parent 10b9c76aae
commit 318489a74c

View file

@ -2,7 +2,7 @@ import JSZip from "jszip";
import * as musicMetadataBrowser from "music-metadata-browser";
import WebampLazy from "./webampLazy";
class Winamp extends WebampLazy {
export default class Webamp extends WebampLazy {
constructor(options) {
super({
...options,
@ -11,5 +11,3 @@ class Winamp extends WebampLazy {
});
}
}
export default Winamp;