mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2017-10-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SHORT_NAME' field to the database. * Incremented the database version to 270. * Added 'RDStation::shortName()' and 'RDStation::setShortName()' methods. * Removed the 'Broadcast Security Model' control from the 'Edit Host' dialog. * Added a 'Short Name' control to the 'Edit Host' dialog. * Implemented a '%R' wildcard for Rivendell Host Short Name.
This commit is contained in:
@@ -214,7 +214,7 @@ VoiceTracker::VoiceTracker(const QString &logname,QString *import_path,
|
||||
// Voicetrack Group
|
||||
//
|
||||
RDLog *log=new RDLog(logname);
|
||||
RDSvc *svc=new RDSvc(log->service(),log_config);
|
||||
RDSvc *svc=new RDSvc(log->service(),rdstation_conf,log_config);
|
||||
track_group=new RDGroup(svc->trackGroup());
|
||||
track_tracks=log->scheduledTracks()-log->completedTracks();
|
||||
delete svc;
|
||||
|
||||
Reference in New Issue
Block a user