| 163 | } |
| 164 | |
| 165 | void PhotoMedia::automaticLoad( |
| 166 | FileOrigin origin, |
| 167 | const HistoryItem *item) { |
| 168 | if (item) { |
| 169 | automaticLoad(origin, item->history()->peer); |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | void PhotoMedia::automaticLoad( |
| 174 | FileOrigin origin, |
no test coverage detected