mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +01:00
2024-02-14 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDAIRPLAY.MESSAGE_WIDGET_URL' field to the database. * Incremented the database version to 374. * Added 'RDAirPlayConf::messageWidgetUrl()' and 'RDAirPlayConf::setMessageWidgetUrl()' methods. * Modified rdairplay(1) to make the Message Widget retain the loaded URL across instances. * Modified rdairplay(1) to make the Message Widget continually poll and update loaded URLs using the 'file:' schema. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -162,7 +162,7 @@ void MainObject::InitializeSchemaMap() {
|
||||
global_version_map["3.6"]=347;
|
||||
global_version_map["4.0"]=370;
|
||||
global_version_map["4.1"]=371;
|
||||
global_version_map["4.2"]=373;
|
||||
global_version_map["4.2"]=374;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user