Cog/Application
Christopher Snowhill 1d847eb96c Bug Fix: Really old legacy code error crash fix
This legacy playlist filename handler was falling through on newly
installed and run setups, where none of the files would exist, so the
last one would return a nil NSURL and attempt to add it to the playlist.

Fix this to check for the existence of the file before attempting to
open it. It shouldn't really exist anyway, unless someone really started
with a really old version somehow, and migrated it to the sandbox folder
proper.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-06 01:26:06 -07:00
..
AppController.h Playback: Implement Selection Follows Playback 2025-03-03 18:37:31 -08:00
AppController.m Bug Fix: Really old legacy code error crash fix 2025-06-06 01:26:06 -07:00
DockIconController.h Add support for custom Dock icons while running 2024-11-24 21:30:22 -08:00
DockIconController.m Add support for custom Dock icons while running 2024-11-24 21:30:22 -08:00
MediaKeysApplication.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
MediaKeysApplication.m [SceneKit Visualization] Refine blocklist again 2022-06-19 21:42:39 -07:00
PlaybackController.h Implemented real pitch and time shifting using Rubber Band 2024-12-09 18:04:34 -08:00
PlaybackController.m HDCD: Make HDCD extension processing optional 2025-04-23 21:44:06 -07:00
PlaybackEventController.h Reintroducing App Sandbox, and more 2022-06-20 03:35:29 -07:00
PlaybackEventController.m Fix a typo 2023-10-03 05:00:55 -07:00
ScriptAdditions.h Add more automation commands and properties 2022-02-21 21:52:09 -08:00
ScriptAdditions.m Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00