mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
bookmark manager: don't write bookmark file multiple times ...
... when leaving movieplayer
This commit is contained in:
committed by
svenhoefer
parent
c11e75846b
commit
103274af75
@@ -159,6 +159,8 @@ void CBookmarkManager::writeBookmarkFile() {
|
|||||||
}
|
}
|
||||||
bookmarkfile.setInt32("bookmarkcount", bookmarks.size());
|
bookmarkfile.setInt32("bookmarkcount", bookmarks.size());
|
||||||
bookmarkfile.saveConfig(BOOKMARKFILE);
|
bookmarkfile.saveConfig(BOOKMARKFILE);
|
||||||
|
|
||||||
|
bookmarksmodified = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user