fix md5 hash check
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Sun, 12 Oct 2008 22:15:56 +0000 (22:15 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Sun, 12 Oct 2008 22:15:56 +0000 (22:15 +0000)
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py

index 036523a..7c54fb4 100644 (file)
@@ -400,6 +400,7 @@ class NFIDownload(Screen):
        def nfi_finished(self, string=""):
                print "[nfi_finished] " + str(string)
                if self.nfo != "":
+                       self.nfofilename = self["destlist"].getCurrentDirectory() + '/' + self["feedlist"].getNFOname()
                        nfofd = open(self.nfofilename, "w")
                        if nfofd:
                                nfofd.write(self.nfo)