mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
mantis 8748: fix
This commit is contained in:
@@ -1914,13 +1914,13 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
public void SetMusicUrl(string url)
|
||||
{
|
||||
if (String.IsNullOrWhiteSpace(url))
|
||||
LandData.MediaURL = String.Empty;
|
||||
LandData.MusicURL = String.Empty;
|
||||
else
|
||||
{
|
||||
try
|
||||
{
|
||||
Uri dummmy = new Uri(url, UriKind.Absolute);
|
||||
LandData.MediaURL = url;
|
||||
LandData.MusicURL = url;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user