Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Make full titlebar draggable #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
directed the PlayMusic module to the dist/gpm script
David Hatten committed Aug 15, 2017
commit 7412ad95628075ff1012aab8fb0d04623964c009
2 changes: 1 addition & 1 deletion src/ui/components/GooglePlayMusic/GooglePlayMusic.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import ReactElectronWebview from 'react-electron-web-view';

import styles from './GooglePlayMusic.scss';

const gpmJavaScript = 'gpm.js';
const gpmJavaScript = '../dist/gpm.js';

export default class GooglePlayMusic extends Component {
static propTypes = {