mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 22:37:16 +00:00
discids_detector: added copyright information for MBDiscid code
This commit is contained in:
parent
1171b22e96
commit
12208ba53f
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ function check_and_display_discs(artistName, releaseName, discs, displayDiscHand
|
|||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
// MBDiscid code comes from https://gist.github.com/kolen/766668
|
||||
// Copyright 2010, kolen
|
||||
// Released under the MIT License
|
||||
|
||||
var MBDiscid = (function () {
|
||||
|
||||
this.SECTORS_PER_SECOND = 75;
|
||||
|
|
Loading…
Add table
Reference in a new issue