From: Carl Hetherington Date: Sun, 23 Dec 2018 00:07:35 +0000 (+0000) Subject: swaroop: don't save history. X-Git-Tag: v2.13.91~16 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4f47104941f57dda9994d45bfebbcfedd3db2e84 swaroop: don't save history. --- diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index b39e59d6b..f07b7c3aa 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -383,7 +383,9 @@ public: if (!ok || !report_errors_from_last_job(this)) { return; } +#ifndef DCPOMATIC_VARIANT_SWAROOP Config::instance()->add_to_player_history (dir); +#endif } catch (dcp::DCPReadError& e) { error_dialog (this, wxString::Format(_("Could not load a DCP from %s"), std_to_wx(dir.string())), std_to_wx(e.what())); }