mirror of
https://github.com/mue/mue.git
synced 2026-07-27 02:31:06 +02:00
feat: check for addon updates, add attribution to photo location map
This commit is contained in:
@@ -158,6 +158,8 @@ export default class Background extends PureComponent {
|
||||
photoURL: photoURL,
|
||||
latitude: data.latitude || null,
|
||||
longitude: data.longitude || null,
|
||||
// location map token from mapbox
|
||||
maptoken: data.maptoken || null
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user