playlist_entry_get_tuple.patch
| src/libaudcore/playlist.cc | ||
|---|---|---|
| 1111 | 1111 |
Entry * entry = get_entry (playlist_num, entry_num, false, wait); |
| 1112 | 1112 | |
| 1113 | 1113 |
Tuple tuple; |
| 1114 |
if ((entry->scanned && ! entry->failed) || guess)
|
|
| 1114 |
if (entry && ((entry->scanned && ! entry->failed) || guess))
|
|
| 1115 | 1115 |
tuple = entry->tuple.ref (); |
| 1116 | 1116 | |
| 1117 | 1117 |
if (error) |
