diff --git a/include/ape.h b/include/ape.h index 58631d0..c228156 100644 --- a/include/ape.h +++ b/include/ape.h @@ -37,7 +37,7 @@ Refactored by Dan Sully #define APE_NO_ID3 (1 << 5) /* Artificial limits -- recommended but can be increased */ -#define APE_MAXIMUM_TAG_SIZE 2048 * 1024 // recommended limit is 8KB but have seen files that are larger (Bug 15324, https://github.com/Logitech/slimserver/issues/961) +#define APE_MAXIMUM_TAG_SIZE 2048 * 1024 // recommended limit is 8KB but have seen files that are larger (Bug 15324, https://github.com/LMS-Community/slimserver/issues/961) #define APE_MAXIMUM_ITEM_COUNT 64 #define APE_ID3_MIN_TAG_SIZE 128 diff --git a/lib/Audio/Scan.pm b/lib/Audio/Scan.pm index 8fa0a90..d3a9925 100644 --- a/lib/Audio/Scan.pm +++ b/lib/Audio/Scan.pm @@ -908,7 +908,7 @@ and adapted by Netgear. It has been heavily rewritten to fix bugs and add more features. The source to the original Netgear C scanner for SqueezeCenter is located -at L +at L The audio MD5 feature uses an MD5 implementation by L. Peter Deutsch, Eghost@aladdin.comE.