mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Convert call site back to public version
This commit is contained in:
parent
15aae9387a
commit
9cef2e606a
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ Raven.context(() => {
|
|||
}
|
||||
});
|
||||
|
||||
webamp.__onTrackDidChange(track => {
|
||||
webamp.onTrackDidChange(track => {
|
||||
document.title =
|
||||
track == null
|
||||
? DEFAULT_DOCUMENT_TITLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue