[Slim-Checkins] r33889 - in /7.8/trunk: ./ platforms/win32/strings.txt server/Slim/Utils/Scanner/Remote.pm
[email protected] Mon, 12 Mar 2012 17:37:21 -0000
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: agrundman
Date: Mon Mar 12 10:37:21 2012
New Revision: 33889
URL: http://svn.slimdevices.com/slim?rev=33889&view=rev
Log:
r80710@macbookpro (orig r33886): mherger | 2012-03-12 01:43:27 -0400
Bug: 17923
Description: add x-forwarded-for header to BBC stream requests
r80711@macbookpro (orig r33887): mherger | 2012-03-12 02:14:47 -0400
Fixed Bug: 17921
Description: fix Swedish translation for "Update..." message
Modified:
7.8/trunk/ (props changed)
7.8/trunk/platforms/win32/strings.txt
7.8/trunk/server/Slim/Utils/Scanner/Remote.pm
Propchange: 7.8/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Mon Mar 12 10:37:21 2012
@@ -25,6 +25,7 @@
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/7.5/trunk:32834
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/7.6/branches/onebrowser:32502
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/7.6/trunk:33593
+60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/7.7/trunk:33887
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/branches/7.0:17793
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/branches/cometd-refactor:13305
60ad55ce-86ed-0310-8cf8-f9d879be5ea1:/private-branches/ray-svk:15970
Modified: 7.8/trunk/platforms/win32/strings.txt
URL: http://svn.slimdevices.com/slim/7.8/trunk/platforms/win32/strings.txt?rev=33889&r1=33888&r2=33889&view=diff
==============================================================================
--- 7.8/trunk/platforms/win32/strings.txt (original)
+++ 7.8/trunk/platforms/win32/strings.txt Mon Mar 12 10:37:21 2012
@@ -281,5 +281,5 @@
NO Installer oppdatering ...
PL Zainstaluj aktualizacjÄ...
RU УÑÑановиÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ...
- SV Uppdateringen installeras ...
-
+ SV Installera uppdatering...
+
Modified: 7.8/trunk/server/Slim/Utils/Scanner/Remote.pm
URL: http://svn.slimdevices.com/slim/7.8/trunk/server/Slim/Utils/Scanner/Remote.pm?rev=33889&r1=33888&r2=33889&view=diff
==============================================================================
--- 7.8/trunk/server/Slim/Utils/Scanner/Remote.pm (original)
+++ 7.8/trunk/server/Slim/Utils/Scanner/Remote.pm Mon Mar 12 10:37:21 2012
@@ -209,7 +209,7 @@
addWMAHeaders( $request );
}
- if ( main::SLIM_SERVICE && $url =~ /(?:radiotime|tunein\.com)/ ) {
+ if ( main::SLIM_SERVICE && $url =~ /(?:radiotime|tunein\.com|bbc\.co\.uk)/ ) {
# Add real client IP for Radiotime so they can do proper geo-location
$request->header( 'X-Forwarded-For' => $client->ip );
}
_______________________________________________
checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/checkins