| 87 | } |
| 88 | playlistItem *getCacheItem() { return currentCacheItem; } |
| 89 | int getCacheFrame() { return currentFrame; } |
| 90 | void setJob(playlistItem *item, int frame, bool test = false); |
| 91 | void setWorking(bool state) { working = state; } |
| 92 | bool isWorking() { return working; } |