Skip to content

Commit 85017f7

Browse files
committed
Fix backup service.
1 parent cac82bd commit 85017f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Wirehome.Core/Backup/BackupService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public async Task CreateBackupAsync()
6464

6565
package.Flush();
6666

67-
package.DeletePart(new Uri("[Content_Types].xml", UriKind.Relative));
67+
//package.DeletePart(new Uri("/[Content_Types].xml", UriKind.Relative));
6868
}
6969

7070
var backupFilename = $"{now.ToString("yyyyMMdd", CultureInfo.InvariantCulture)}{now.ToString("HHmmss", CultureInfo.InvariantCulture)}.zip";

Wirehome.Core/Discovery/upnp.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<major>1</major>
55
<minor>0</minor>
66
</specVersion>
7-
<URLBase>http://192.168.1.140:5000/</URLBase>
7+
<URLBase>http://192.168.1.15:80/</URLBase>
88
<device>
99
<deviceType>urn:schemas-upnp-org:device:urn:schemas-upnp-org:device:MediaRenderer:1:1</deviceType>
1010
<friendlyName>Wirehome.Core</friendlyName>
1111
<manufacturer>Christian Kratky</manufacturer>
12-
<manufacturerURL>http://senssoft.com/</manufacturerURL>
13-
<modelDescription>Smart Home System.</modelDescription>
12+
<manufacturerURL>https://github.com/chkr1011/Wirehome.Core/</manufacturerURL>
13+
<modelDescription>Smart Home System</modelDescription>
1414
<modelName>Wirehome.Core</modelName>
1515
<modelNumber>001</modelNumber>
1616
<UDN>uuid:c6faa85a-d7e9-48b7-8c54-7459c4d9c329</UDN>
17-
<serviceList>
17+
<!--<serviceList>
1818
<service>
1919
<serviceType>urn:schemas-upnp-org:service:urn:schemas-upnp-org:service:RenderingControl:1:1</serviceType>
2020
<serviceId>urn:upnp-org:serviceId:00962552-891c-453c-96fb-f3c14804e8f2</serviceId>
2121
<SCPDURL>dmr_avts.xml</SCPDURL>
2222
<controlURL>control/AVTransport</controlURL>
2323
<eventSubURL>event/AVTransport</eventSubURL>
2424
</service>
25-
</serviceList>
25+
</serviceList>-->
2626
</device>
2727
</root>

0 commit comments

Comments
 (0)