mirror of
https://github.com/mue/mue.git
synced 2026-07-13 12:07:45 +02:00
feat: favourite background now shows all photo info
This commit is contained in:
@@ -130,7 +130,10 @@ export default class Background extends React.PureComponent {
|
||||
return this.setState({
|
||||
url: favourited.url,
|
||||
photoInfo: {
|
||||
credit: favourited.credit
|
||||
credit: favourited.credit,
|
||||
location: favourited.location,
|
||||
camera: favourited.camera,
|
||||
resolution: favourited.resolution
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user