mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
We are Webamp not Winamp
This commit is contained in:
parent
10b9c76aae
commit
318489a74c
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue